DirectoryInfo Methods |
The DirectoryInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSubdirectory |
Creates subdirectory.
|
![]() | CreateSubdirectoryInternal |
Creates subdirectory.
|
![]() | Delete |
Deletes directory.
|
![]() | DeleteInternal |
Deletes directory.
|
![]() | EnumerateDirectories |
Returns an enumerable collection of directory information in the current directory.
|
![]() | EnumerateDirectories(String) |
Returns an enumerable collection of directory information that matches a specified search pattern.
|
![]() | EnumerateDirectories(String, SearchOption) |
Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.
|
![]() | EnumerateDirectoriesInternal |
Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.
|
![]() | EnumerateFiles |
Returns an enumerable collection of file information in the current directory.
|
![]() | EnumerateFiles(String) |
Returns an enumerable collection of file information that matches a search pattern.
|
![]() | EnumerateFiles(String, SearchOption) |
Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.
|
![]() | EnumerateFilesInternal |
Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.
|
![]() | 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.
|
![]() | GetSearchCondition |
Returns search condition delegate.
|
![]() ![]() | New |
Creates new instance of directory info object.
|