File Manipulation Functions
File Manipulation functions allow you to manipulate directories. Expand the category to view a list of the available functions.
Click one of the following functions for more information:
Function Name | Description |
Changes the current directory to the given path. | |
Switches to another drive. (Windows only) | |
Returns the name of the current working directory. | |
Returns the name of the current drive. | |
ftell | Returns the current file position of the given stream. |
Creates a directory using the given path name. | |
Deletes the specified file. | |
Deletes the specified directory. |