The IC1DirectoryInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create |
Creates the directory.
| |
| CreateSubdirectory |
Creates a subdirectory.
| |
| Delete()()()() |
Deletes the directory if empty.
| |
| 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 | ||
| MoveTo |
Moves the directory to the given path.
| |
| Refresh |
Properties
| Name | Description | |
|---|---|---|
| Attributes |
File attributes of the directory.
| |
| CreationTime |
The creation time of the directory.
| |
| CreationTimeUtc |
The creation utc time of the directory.
| |
| Exists |
Tells if the directory exists or not.
| |
| Extension |
The extension of the directory.
| |
| FullName |
Full path of the directory.
| |
| LastAccessTime |
Last access time of the directory.
| |
| LastAccessTimeUtc |
Last access utc time of the directory.
| |
| LastWriteTime |
Last write time of the directory.
| |
| LastWriteTimeUtc |
Last write utc time of the directory.
| |
| Name |
The name of the directory.
| |
| Parent |
The parent directory of the directory.
| |
| Root |
The root directory of the directory.
|