Struct FileProperties
File or directory properties. Used with filesystem.getProperties.
public record struct FileProperties : IEquatable<FileProperties>
Namespace: Au.Types
Assembly: Au.dll
Properties
Name | Description |
---|---|
Attributes | |
CreationTimeUtc | |
IsNtfsLink | It is a NTFS link, such as symbolic link or mount point. Don't confuse with shell links (shortcuts). |
LastAccessTimeUtc | Note: this is unreliable. The operating system may not record this time automatically. |
LastWriteTimeUtc | |
Size | File size. For directories it is usually 0. |