| File Management Routines |
| DELPHI RTL Reference |
DeleteFile function
Deletes a specified file.DirectoryExists function
Returns True if a specified directory exists.DiskFree function
Returns the amount of free space in bytes on a specified drive.DiskSize function
Returns the size in bytes of a specified drive.FileAge function
Returns the system time stamp of a file.FileDateToDateTime function
Converts the system time stamp of a file to a TDateTime valueFileExists function
Checks whether a specified file exists.FileGetAttr function
Retrieves the attributes of a specified file.FileSetAttr function
Sets the attributes of a specified file.FileSetReadOnly function
Sets the read-only status of the specified file.ForceDirectories function
Creates all the folders along a given path.GetCurrentDir function
Returns the name of the current directory.GetDir function
Returns the name of the current directory for a specified drive.RemoveDir function
Deletes an empty folder.RenameFile function
Changes the name of a specified file.SetCurrentDir function
Sets the current directory.more to come...

