Click or drag to resize
DirectoryInfo Class
Envelope for System.IO.DirectoryInfo.
Inheritance Hierarchy
SystemObject
  CMS.IODirectoryInfo
    CMS.FileSystemStorageDirectoryInfo

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 9.0.0
Syntax
C#
public class DirectoryInfo : DirectoryInfo

The DirectoryInfo type exposes the following members.

Constructors
  NameDescription
Public methodDirectoryInfo
Constructor.
Top
Properties
Methods
  NameDescription
Public methodCreateSubdirectory
Creates subdirectory.
(Inherited from DirectoryInfo.)
Protected methodCreateSubdirectoryInternal
Creates subdirectory.
(Overrides DirectoryInfoCreateSubdirectoryInternal(String).)
Public methodDelete
Deletes directory.
(Inherited from DirectoryInfo.)
Protected methodDeleteInternal
Deletes directory.
(Overrides DirectoryInfoDeleteInternal.)
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 DirectoryInfoGetDirectoriesInternal(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 DirectoryInfoGetFilesInternal(String, SearchOption).)
Top
See Also