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

A key in the “id” namespace for getting the file system identifier.

Corresponding FileAttributeType is FileAttributeType::String.

An example use would be during drag and drop to see if the source and target are on the same filesystem (default to move) or not (default to copy).