The following tables list the members exposed by IDirectory.
Name | Description | |
---|---|---|
![]() | CopyDirectory | |
![]() | CreateDirectory | Creates all directories and subdirectories in the specified path unless they already exist. |
![]() | CreateOrReplaceDirectory | Deletes the specified directory and any subdirectories and files in the directory and creates an empty directory instead. |
![]() | Delete | Overloaded. |
![]() | EnumerateFiles | Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories. |
![]() | EnumerateFileSystemEntries | Returns an enumerable collection of file names and directory names in a specified path. |
![]() | Exists | Determines whether the given path refers to an existing directory on file system. |
![]() | GetCurrentDirectory | Gets the current working directory of the application. |
![]() | GetDirectories | Overloaded. |
![]() | GetFiles | Overloaded. |
![]() | 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. |