IFileSystemBasicInfo Interface |
Namespace: ITHit.FileSystem
The IFileSystemBasicInfo type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets or sets file or folder attributes.
| |
ChangeTime |
Gets or sets date and time the file or directory metadata (such as attributes) or content were last modifired.
| |
ContentETag |
Indicates if file content is modified. This property allows updating file content and metadata separately.
| |
CreationTime |
Gets or sets the creation date and time of the file or directory.
| |
LastAccessTime |
Gets or sets date and time the file or directory was last accessed.
| |
LastWriteTime |
Gets or sets date and time the file content or directory was last written to.
| |
MetadataETag |
Indicates if metadata is modified. This property allows updating file content and metadata separately.
|