[ Deprecated ( since = "vala-0.16" , replacement = "FileAttribute.STANDARD_NAME" ) ]
public const unowned string FILE_ATTRIBUTE_STANDARD_NAME
Warning: FILE_ATTRIBUTE_STANDARD_NAME is deprecated. Use GLib.FileAttribute.STANDARD_NAME.
A key in the "standard" namespace for getting the name of the file.
The name is the on-disk filename which may not be in any known encoding, and can thus not be generally displayed as is. Use FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME if you need to display the name in a user interface. Corresponding FileAttributeType is g_file_attribute_type_byte_string.