kMDItemFSName

Static kMDItemFSName 

Source
pub unsafe static kMDItemFSName: Option<&'static CFString>
Available on crate feature MDItem only.
Expand description

Contains the HTML content of the document. Type is a CFString. This field is only used by Spotlight importers to return HTML contents of a file. Except in special cases, this field is not a replacement for kMDItemTextContent which should still be returned. This field does not particpate in Spotlight queries.

Contains the text content of the document. Type is a CFString.

This is the localized version of the LaunchServices call LSCopyDisplayNameForURL()/LSCopyDisplayNameForRef().

This is the file name of the MDItemRef. Type is a CFString

This is the complete path to the MDItemRef. Type is a CFString.

The total logical size of the file (data and resources) on disk in bytes. Type is a CFNumber.

This is the date that the file was created. Type is a CFDate.

This is the date the the file content last changed. This is a CFDate.

User-id of owner of the file. Type is a CFNumber.

Group-id of owner of the file. Type is a CFNumber.

Boolean indicating if this MDItem references a file that still exists. The file that the MDItem references might have been deleted. Type is a CFBoolean.

Boolean indicating if this file is readable. Type is a CFBoolean.

Boolean indicating if this file is writable. Type is a CFBoolean.

Number of files in directory. Type is a CFNumber.

Boolean indicating if this file has a custom icon. Type is a CFBoolean.

Boolean indicating if this file has its extension hidden. Type is a CFBoolean.

Boolean indicating if this file is stationery. Type is a CFBoolean.

Boolean indicating if this file is visible. Type is a CFBoolean.

Number indicating which finder label is in use (0-7). Type is a CFNumber.

See also Apple’s documentation