FileSystemBasicInfo Class |
Namespace: ShellBoost.Core.Utilities
public sealed class FileSystemBasicInfo
The FileSystemBasicInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Gets the file attributes.
| |
| ChangeTime |
Gets the time the file was last changed.
| |
| ChangeTimeUtc |
Gets the UTC time the file was last changed.
| |
| CreationTime |
Gets the time the file was created.
| |
| CreationTimeUtc |
Gets the UTC time the file was created.
| |
| LastAccessTime |
Gets the time the file was last accessed.
| |
| LastAccessTimeUtc |
Gets the UTC time the file was last accessed.
| |
| LastWriteTime |
Gets the time the file was last written.
| |
| LastWriteTimeUtc |
Gets the UTC time the file was last written.
|