Static gio::FILE_ATTRIBUTE_ID_FILESYSTEM
source · pub static FILE_ATTRIBUTE_ID_FILESYSTEM: &GStr
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).