Retrieve information or manipulate files and directories.
ADirectoryInfo | Stores information about a directory into an array. |
ADirEx | Extended ADIR function. Stores information about files into an array, cursor or calls a callback function for each file. |
ADriveInfo | Stores information about the currently available disk drives into an array. |
AFileAttributes | Stores attributes for a specified file or directory into an array. |
AFileAttributesEx | Stores extended attributes for a specified file or directory into an array. |
CancelFileChange | Stops the thread which monitors a specifed directory for file changes. |
CompareFileTimes | Compares the last write times of two files. |
CopyFileEx | Copies a file, an optional callback function can be passed which receives status while the copy operation is in progress. |
DeleteDirectory | Deletes a directory including all files and subdirectories. |
DeleteFileEx | Deletes a file. |
FindFileChange | Monitors a directory for file changes in a seperate thread. |
GetFileAttributes | Retrieves the attributes of a file or directory. |
GetFileOwner | Retrieves the owner of a file. |
GetFileSize | Retrieves the size of a file. |
GetFileTimes | Retrieves the created, last access and last write time of a file. |
GetLongPathName | Converts the specified path to its long form. |
GetShortPathName | Retrieves the short path form of the specified path. |
MoveFileEx | Moves a file, an optional callback function can be passed which receives status while the move operation is in progress. |
SetFileAttributes | Sets the attributes for a file or directory. |
SetFileTimes | Sets the date and time that the specified file or directory was created, last accessed, or last modified. |