[ Deprecated ( since = "vala-0.16" , replacement = "FileAttribute.ID_FILESYSTEM" ) ]
public const unowned string FILE_ATTRIBUTE_ID_FILESYSTEM
Warning: FILE_ATTRIBUTE_ID_FILESYSTEM is deprecated. Use GLib.FileAttribute.ID_FILESYSTEM.
A key in the "id" namespace for getting the file system identifier.
Corresponding FileAttributeType is g_file_attribute_type_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).