| DirectoryInfo Methods |
The DirectoryInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSubdirectory |
Creates subdirectory.
| |
| CreateSubdirectoryInternal |
Creates subdirectory.
| |
| Delete |
Deletes directory.
| |
| DeleteInternal |
Deletes directory.
| |
| GetDirectories |
Returns the subdirectories of the current directory.
| |
| GetDirectories(String) |
Returns the subdirectories of the current directory.
| |
| GetDirectories(String, SearchOption) |
Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value
to determine whether to search subdirectories.
| |
| GetDirectoriesInternal |
Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value
to determine whether to search subdirectories.
| |
| GetFiles |
Returns a file list from the current directory.
| |
| GetFiles(String) |
Returns a file list from the current directory.
| |
| GetFiles(String, SearchOption) |
Returns a file list from the current directory.
| |
| GetFilesInternal |
Returns a file list from the current directory.
| |
| New |
Creates new instance of directory info object.
|