Show: Delphi
C++
Display Preferences
System.IOUtils.TDirectory Functions
From XE2 API Documentation
| Copy | Copies a directory and its contents. |
| CreateDirectory | Creates a new directory at the given path. |
| CreateDirectoryA | |
| Delete | Deletes a directory at the given path. |
| Exists | Checks whether a given directory exists. |
| GetAttributes | Returns the directory attributes. |
| GetCreationTime | Returns the creation time of a directory. |
| GetCreationTimeUtc | Returns the creation time of a directory in UTC (Coordinated Universal Time) time zone. |
| GetCurrentDirectory | Returns the current working directory. |
| GetCurrentDirectoryA | |
| GetDirectories | Returns a list of subdirectories in a given directory. |
| GetDirectoryRoot | Returns the root directory for a given path. |
| GetFiles | Returns a list of files in a given directory. |
| GetFileSystemEntries | Returns a list of files and subdirectories in a given directory. |
| GetLastAccessTime | Returns the last access time of a directory. |
| GetLastAccessTimeUtc | Returns the last access time of a directory in UTC (Coordinated Universal Time) time zone. |
| GetLastWriteTime | Returns the last write time of a directory. |
| GetLastWriteTimeUtc | Returns the last write time of a directory in UTC (Coordinated Universal Time) time zone. |
| GetLogicalDrives | Returns a list of all logical drives present on this computer. |
| GetParent | Returns the parent directory of another directory. |
| IsEmpty | Checks whether a given directory is empty. |
| IsRelativePath | IsRelativePath indicates whether the specified path is a relative path. |
| Move | Moves or renames a directory and its contents. |
| SetAttributes | Sets the directory attributes. |
| SetCreationTime | Changes the creation time of a directory. |
| SetCreationTimeUtc | Changes the creation time of a directory. |
| SetCurrentDirectory | Sets the current directory. |
| SetCurrentDirectoryA | |
| SetLastAccessTime | Changes the last access time of a directory. |
| SetLastAccessTimeUtc | Changes the last access time of a directory. |
| SetLastWriteTime | Changes the last write time of a directory. |
| SetLastWriteTimeUtc | Changes the last write time of a directory. |