DirectoryInfo Methods |
The DirectoryInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSubdirectory |
Creates subdirectory.
(Inherited from DirectoryInfo.) |
![]() | CreateSubdirectoryInternal |
Creates subdirectory.
(Overrides DirectoryInfoCreateSubdirectoryInternal(String).) |
![]() | Delete |
Deletes directory.
(Inherited from DirectoryInfo.) |
![]() | DeleteInternal |
Deletes directory
(Overrides DirectoryInfoDeleteInternal.) |
![]() | GetDirectories |
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.) |
![]() | GetDirectories(String) |
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.) |
![]() | 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.
(Inherited from DirectoryInfo.) |
![]() | 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.
(Overrides DirectoryInfoGetDirectoriesInternal(String, SearchOption).) |
![]() | GetFiles |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) |
![]() | GetFiles(String) |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) |
![]() | GetFiles(String, SearchOption) |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) |
![]() | GetFilesInternal |
Returns files of the current directory.
(Overrides DirectoryInfoGetFilesInternal(String, SearchOption).) |