pub static FILE_ATTRIBUTE_TIME_CREATED_USEC: Lazy<&'static str>
Expand description

A key in the “time” namespace for getting the microseconds of the time the file was created.

This should be used in conjunction with FILE_ATTRIBUTE_TIME_CREATED.

Corresponding FileAttributeType is FileAttributeType::Uint32.