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