1. Home
  2. Computing & Technology
  3. Delphi Programming
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 value

FileExists 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...

Explore Delphi Programming

More from About.com

  1. Home
  2. Computing & Technology
  3. Delphi Programming
  4. Coding Delphi Applications
  5. File I / O with Delphi
  6. File Management Routines - Delphi Programming

©2008 About.com, a part of The New York Times Company.

All rights reserved.