The C1DirectoryInfo type exposes the following members.
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()()()().) |