The C1FileInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Gets or sets the file attributes on the file.
(Overrides C1FileSystemInfo..::..Attributes.) | |
| CreationTime |
Gets or sets the creation time of the file.
(Overrides C1FileSystemInfo..::..CreationTime.) | |
| CreationTimeUtc |
Gets or sets the creation utc time of the file.
(Overrides C1FileSystemInfo..::..CreationTimeUtc.) | |
| Directory |
Returns a C1DirectoryInfo of the file.
| |
| DirectoryName |
Returns the directory name of the file.
| |
| Exists |
Returns true if the file exists. Otherwise false.
(Overrides C1FileSystemInfo..::..Exists.) | |
| Extension |
Returns the extension of the file.
(Overrides C1FileSystemInfo..::..Extension.) | |
| FullName |
Returns the full path and name of the file.
(Overrides C1FileSystemInfo..::..FullName.) | |
| IsReadOnly |
Returns true if and only if the file is read only.
| |
| LastAccessTime |
Gets or sets the last access time of the file.
(Overrides C1FileSystemInfo..::..LastAccessTime.) | |
| LastAccessTimeUtc |
Gets or sets the last access utc time of the file.
(Overrides C1FileSystemInfo..::..LastAccessTimeUtc.) | |
| LastWriteTime |
Gets or sets the last write time of the file.
(Overrides C1FileSystemInfo..::..LastWriteTime.) | |
| LastWriteTimeUtc |
Gets or sets the last write utc time of the file.
(Overrides C1FileSystemInfo..::..LastWriteTimeUtc.) | |
| Length |
Returns the size of the file in bytes.
| |
| Name |
Returns the name of the file.
|