|
| Name | Description |
|---|
.gif) .gif) .gif) | CreateDirectory(String) | Creates all directories and subdirectories in the specified path. |
.gif) .gif) | CreateDirectory(String, DirectorySecurity) | Creates all the directories in the specified path, applying the specified Windows security. |
.gif) .gif) .gif) | Delete(String) | Deletes an empty directory from a specified path. |
.gif) .gif) .gif) | Delete(String, Boolean) | Deletes the specified directory and, if indicated, any subdirectories and files in the directory. |
.gif) .gif) | EnumerateDirectories(String) | Returns an enumerable collection of directory names in a specified path. |
.gif) .gif) | EnumerateDirectories(String, String) | Returns an enumerable collection of directory names that match a search pattern in a specified path. |
.gif) .gif) | EnumerateDirectories(String, String, SearchOption) | Returns an enumerable collection of directory names that match a search pattern in a specified path, and optionally searches subdirectories. |
.gif) .gif) | EnumerateFiles(String) | Returns an enumerable collection of file names in a specified path. |
.gif) .gif) | EnumerateFiles(String, String) | Returns an enumerable collection of file names that match a search pattern in a specified path. |
.gif) .gif) | EnumerateFiles(String, String, SearchOption) | Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories. |
.gif) .gif) | EnumerateFileSystemEntries(String) | Returns an enumerable collection of file-system entries in a specified path. |
.gif) .gif) | EnumerateFileSystemEntries(String, String) | Returns an enumerable collection of file-system entries that match a search pattern in a specified path. |
.gif) .gif) | EnumerateFileSystemEntries(String, String, SearchOption) | Returns an enumerable collection of file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories. |
.gif) .gif) .gif) | Exists | Determines whether the given path refers to an existing directory on disk. |
.gif) .gif) | GetAccessControl(String) | Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for a specified directory. |
.gif) .gif) | GetAccessControl(String, AccessControlSections) | Gets a DirectorySecurity object that encapsulates the specified type of access control list (ACL) entries for a specified directory. |
.gif) .gif) .gif) | GetCreationTime | Gets the creation date and time of a directory. |
.gif) .gif) | GetCreationTimeUtc | Gets the creation date and time, in Coordinated Universal Time (UTC) format, of a directory. |
.gif) .gif) .gif) | GetCurrentDirectory | Gets the current working directory of the application. |
.gif) .gif) .gif) | GetDirectories(String) | Gets the names of subdirectories (including their paths) in the specified directory. |
.gif) .gif) .gif) | GetDirectories(String, String) | Gets an array of directories (including their paths) that match the specified search pattern in the current directory. |
.gif) .gif) | GetDirectories(String, String, SearchOption) | Gets the names of the directories (including their paths) that match the specified search pattern in the current directory, and optionally searches subdirectories. |
.gif) .gif) .gif) | GetDirectoryRoot | Returns the volume information, root information, or both for the specified path. |
.gif) .gif) .gif) | GetFiles(String) | Returns the names of files (including their paths) in the specified directory. |
.gif) .gif) .gif) | GetFiles(String, String) | Returns the names of files (including their paths) that match the specified search pattern in the specified directory. |
.gif) .gif) | GetFiles(String, String, SearchOption) | Returns the names of files (including their paths) that match the specified search pattern in the specified directory, using a value to determine whether to search subdirectories. |
.gif) .gif) .gif) | GetFileSystemEntries(String) | Returns the names of all files and subdirectories in the specified directory. |
.gif) .gif) .gif) | GetFileSystemEntries(String, String) | Returns an array of file system entries that match the specified search criteria. |
.gif) .gif) | GetFileSystemEntries(String, String, SearchOption) | Gets an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories. |
.gif) .gif) .gif) | GetLastAccessTime | Returns the date and time the specified file or directory was last accessed. |
.gif) .gif) | GetLastAccessTimeUtc | Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed. |
.gif) .gif) .gif) | GetLastWriteTime | Returns the date and time the specified file or directory was last written to. |
.gif) .gif) | GetLastWriteTimeUtc | Returns the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last written to. |
.gif) .gif) | GetLogicalDrives | Retrieves the names of the logical drives on this computer in the form "<drive letter>:\". |
.gif) .gif) | GetParent | Retrieves the parent directory of the specified path, including both absolute and relative paths. |
.gif) .gif) .gif) | Move | Moves a file or a directory and its contents to a new location. |
.gif) .gif) | SetAccessControl | Applies access control list (ACL) entries described by a DirectorySecurity object to the specified directory. |
.gif) .gif) | SetCreationTime | Sets the creation date and time for the specified file or directory. |
.gif) .gif) | SetCreationTimeUtc | Sets the creation date and time, in Coordinated Universal Time (UTC) format, for the specified file or directory. |
.gif) .gif) .gif) | SetCurrentDirectory | Sets the application's current working directory to the specified directory. |
.gif) .gif) | SetLastAccessTime | Sets the date and time the specified file or directory was last accessed. |
.gif) .gif) | SetLastAccessTimeUtc | Sets the date and time, in Coordinated Universal Time (UTC) format, that the specified file or directory was last accessed. |
.gif) .gif) | SetLastWriteTime | Sets the date and time a directory was last written to. |
.gif) .gif) | SetLastWriteTimeUtc | Sets the date and time, in Coordinated Universal Time (UTC) format, that a directory was last written to. |