Disk And Directory Support Routines
Go Up to API Categories Index
This topic lists all routines used in disk and directory management.
Routine | Description |
---|---|
Changes the current directory. | |
Copies a directory and its contents. | |
Creates a new directory. | |
Creates a new directory at the given path. | |
Deletes a directory at the given path. | |
Deletes a file from disk; deletes a file whose name is an ANSI string. | |
Returns the number of free bytes on a specified drive. | |
Returns the size, in bytes, of a specified drive. | |
Checks whether a given directory exists. | |
Searches a specified directory path for a file. | |
Releases memory allocated by FindFirst. | |
Searches for the first instance of a file name with a given set of attributes in a specified directory. | |
Returns the next entry matching the name and attributes specified in a previous call to FindFirst. | |
Creates a new directory, including the creation of parent directories as needed. | |
Returns the directory attributes. | |
Returns the creation time of a directory. | |
Returns the creation time of a directory in UTC (Coordinated Universal Time) time zone. | |
Returns the name of the current directory. | |
Returns the current working directory. | |
Returns the current directory. | |
Returns a list of subdirectories in a given directory. | |
Returns the root directory for a given path. | |
Returns a list of files in a given directory. | |
Returns a list of files and subdirectories in a given directory. | |
Returns the last access time of a directory. | |
Returns the last access time of a directory in UTC (Coordinated Universal Time) time zone. | |
Returns the last write time of a directory. | |
Returns the last write time of a directory in UTC (Coordinated Universal Time) time zone. | |
Returns a list of all logical drives present on this computer. | |
Returns the parent directory of another directory. | |
Returns the status of the last I/O operation performed. | |
Checks whether a given directory is empty. | |
IsRelativePath indicates whether the specified path is a relative path. | |
Creates a new subdirectory. | |
Moves or renames a directory and its contents. | |
Deletes an existing empty directory. | |
Deletes an empty subdirectory. | |
Sets the directory attributes. | |
Changes the creation time of a directory. | |
Changes the creation time of a directory. | |
Sets the current directory. | |
Sets the current directory. | |
Changes the last access time of a directory. | |
Changes the last access time of a directory. | |
Changes the last write time of a directory. | |
Changes the last write time of a directory. |