The C1FileSystemInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1FileSystemInfo | Initializes a new instance of the C1FileSystemInfo class |
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the file system item.
|
![]() | GetObjectData | |
![]() | Refresh |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
File attributes of the file system item.
|
![]() | CreationTime |
Gets or sets the creation time of the file system item.
|
![]() | CreationTimeUtc |
Gets or sets the creation utc time of the file system item.
|
![]() | Exists |
Returns true if the file system item exitst.
|
![]() | Extension |
Extension.
|
![]() | FullName |
Full path name.
|
![]() | LastAccessTime |
Gets or sets the last access time of the file system item.
|
![]() | LastAccessTimeUtc |
Gets or sets the last access utc time of the file system item.
|
![]() | LastWriteTime |
Gets or sets the last write time of the file system item.
|
![]() | LastWriteTimeUtc |
Gets or sets the last write utc time of the file system item.
|