The C1DirectoryInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1DirectoryInfo |
Creates and initialize a new C1DirectoryInfo.
|
Methods
| Name | Description | |
|---|---|---|
| Create |
Creates the directory.
| |
| CreateSubdirectory |
Creates a subdirectory.
| |
| Delete()()()() |
Deletes the directory if empty.
(Overrides C1FileSystemInfo..::..Delete()()()().) | |
| Delete(Boolean) |
Deletes the directory, files and subdirectories if specified.
| |
| GetDirectories()()()() |
Returns the subdirectories of the directory.
| |
| GetDirectories(String) |
Returns the subdirectores of the directory given the search pattern.
| |
| GetDirectories(String, SearchOption) |
Returns the subdirectores of the directory given the search pattern and options.
| |
| GetFiles()()()() |
Returns the files in the directory.
| |
| GetFiles(String) |
Returns the files in the directory given the search pattern.
| |
| GetFiles(String, SearchOption) |
Returns the files in the directory given the search pattern and options.
| |
| GetObjectData | (Overrides C1FileSystemInfo..::..GetObjectData(SerializationInfo, StreamingContext).) | |
| MoveTo |
Moves the directory to the given path.
| |
| Refresh | (Overrides C1FileSystemInfo..::..Refresh()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Attributes |
File attributes of the directory.
(Overrides C1FileSystemInfo..::..Attributes.) | |
| CreationTime |
The creation time of the directory.
(Overrides C1FileSystemInfo..::..CreationTime.) | |
| CreationTimeUtc |
The creation utc time of the directory.
(Overrides C1FileSystemInfo..::..CreationTimeUtc.) | |
| Exists |
Tells if the directory exists or not.
(Overrides C1FileSystemInfo..::..Exists.) | |
| Extension |
The extension of the directory.
(Overrides C1FileSystemInfo..::..Extension.) | |
| FullName |
Full path of the directory.
(Overrides C1FileSystemInfo..::..FullName.) | |
| LastAccessTime |
Last access time of the directory.
(Overrides C1FileSystemInfo..::..LastAccessTime.) | |
| LastAccessTimeUtc |
Last access utc time of the directory.
(Overrides C1FileSystemInfo..::..LastAccessTimeUtc.) | |
| LastWriteTime |
Last write time of the directory.
(Overrides C1FileSystemInfo..::..LastWriteTime.) | |
| LastWriteTimeUtc |
Last write utc time of the directory.
(Overrides C1FileSystemInfo..::..LastWriteTimeUtc.) | |
| Name |
The name of the directory.
| |
| Parent |
The parent directory of the directory.
| |
| Root |
The root directory of the directory.
|