| DirectoryInfo Class | 
Namespace: CMS.FileSystemStorage
public class DirectoryInfo : DirectoryInfo
The DirectoryInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectoryInfo | 
            Constructor.
              | 
| Name | Description | |
|---|---|---|
| CreationTime | 
            Creation time.
              (Overrides DirectoryInfoCreationTime.) | |
| Exists | 
            Whether directory exists.
              (Overrides DirectoryInfoExists.) | |
| FullName | 
            Full name of directory (whole path).
              (Overrides DirectoryInfoFullName.) | |
| LastWriteTime | 
            Last write time to directory.
              (Overrides DirectoryInfoLastWriteTime.) | |
| Name | 
            Name of directory (without path).
              (Overrides DirectoryInfoName.) | |
| Parent | 
            Parent directory.
              (Overrides DirectoryInfoParent.) | 
| 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 a file list from the current directory.
              (Overrides DirectoryInfoGetFilesInternal(String, SearchOption).) |