Constant FILE_ACCESSED
Source pub const FILE_ACCESSED: &str = "file.accessed";
Expand description
Time when the file was last accessed, in ISO 8601 format.
§Notes
This attribute might not be supported by some file systems — NFS, FAT32, in embedded OS, etc.
§Examples