Directory Members
The following tables list the members exposed by the Directory type.
Public Methods
Name | Description | |
---|---|---|
CreateDirectory | Creates all directories and subdirectories as specified by path. | |
Delete | Deletes the specified directory and, if indicated, any subdirectories in the directory. | |
Exists | Determines whether the given path refers to an existing directory on disk. | |
GetCurrentDirectory | Gets the current working directory of the application. | |
GetDirectories | Gets an array of directories matching the specified search pattern from the current directory. | |
GetFiles | Returns the names of files in a specified directory. | |
Move | Moves a file or a directory and its contents to a new location. | |
SetCurrentDirectory | Sets the application's current working directory to the specified directory. |