Click or drag to resize
DirectoryInfo Methods

The DirectoryInfo type exposes the following members.

Methods
  NameDescription
Public methodCreateSubdirectory
Creates subdirectory.
(Inherited from DirectoryInfo.)
Protected methodCreateSubdirectoryInternal
Creates subdirectory.
(Overrides DirectoryInfo.CreateSubdirectoryInternal(String).)
Public methodDelete
Deletes directory.
(Inherited from DirectoryInfo.)
Protected methodDeleteInternal
Deletes directory.
(Overrides DirectoryInfo.DeleteInternal().)
Public methodEnumerateDirectories()
Returns an enumerable collection of directory information in the current directory.
(Inherited from DirectoryInfo.)
Public methodEnumerateDirectories(String)
Returns an enumerable collection of directory information that matches a specified search pattern.
(Inherited from DirectoryInfo.)
Public methodEnumerateDirectories(String, SearchOption)
Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.
(Inherited from DirectoryInfo.)
Protected methodEnumerateDirectoriesInternal
Returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option.
(Overrides DirectoryInfo.EnumerateDirectoriesInternal(String, SearchOption).)
Public methodEnumerateFiles()
Returns an enumerable collection of file information in the current directory.
(Inherited from DirectoryInfo.)
Public methodEnumerateFiles(String)
Returns an enumerable collection of file information that matches a search pattern.
(Inherited from DirectoryInfo.)
Public methodEnumerateFiles(String, SearchOption)
Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.
(Inherited from DirectoryInfo.)
Protected methodEnumerateFilesInternal
Returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option.
(Overrides DirectoryInfo.EnumerateFilesInternal(String, SearchOption).)
Public methodGetDirectories()
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.)
Public methodGetDirectories(String)
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.)
Public methodGetDirectories(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.)
Protected methodGetDirectoriesInternal
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 DirectoryInfo.GetDirectoriesInternal(String, SearchOption).)
Public methodGetFiles()
Returns a file list from the current directory.
(Inherited from DirectoryInfo.)
Public methodGetFiles(String)
Returns a file list from the current directory.
(Inherited from DirectoryInfo.)
Public methodGetFiles(String, SearchOption)
Returns a file list from the current directory.
(Inherited from DirectoryInfo.)
Protected methodGetFilesInternal
Returns a file list from the current directory.
(Overrides DirectoryInfo.GetFilesInternal(String, SearchOption).)
Protected methodGetSearchCondition
Returns search condition delegate.
(Inherited from DirectoryInfo.)
Top
See Also