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