Object
FolderItemInfo
FolderItemInfo | Constructor that constructs FolderItemInfo from FolderItem. |
Comment | Reads or writes OS X Finder file comments. |
Error | Returns true if last operation had error. |
ErrorMessage | Error message for last error that occurred |
IsLocal | Checks if file is local or not (Read Only property) |
IsPackage | Returns true if the FolderItem was package, else false. |
PreferredIOBlockSize | Returns the preferred IOBlockSize for the given file. Or 0 if this info is not available. |
VolumeUUID | Returns UUID of the given volume. Or empty string if volume UUID cannot be found. |
AccessDate | Retrieves the date as local time when the file was last accessed. |
AccessDateUTC | Retrieves the date as UTC time when the file was last accessed. |
AddedToDirectoryDate | The date the resource was created, or renamed into or within its parent directory. |
AddedToDirectoryDateUTC | The date the resource was created as UTC date, or renamed into or within its parent directory. |
AttributeModificationDate | Retrieves the date as local time when attributes of the file were last modified. |
AttributeModificationDateUTC | Retrieves the date as UTC time when attributes of the file were last modified. |
ContentModificationDate | Retrieves the date as local time when the content of the file was last modified. |
ContentModificationDateUTC | Retrieves the date as UTC time when the content of the file was last modified. |
CreationDate | Retrieves the date as local time when the file was created. |
CreationDateUTC | Retrieves the date as UTC time when the file was created. |
DesktopLabelColor | Reads the label colour for the specified file. |
DesktopLabelNumber | Reads or writes the label number for the specified file. |
DesktopLabelText | Reads the label text for the specified file. |
DesktopLocation | Gets or sets desktop location for the FolderItem relative to the top left of its owner directory window |
DocumentType | Reads the information defined in the system which describes documents, example: "FreeHand graphic" |
shared FinderLabelColors | Returns array of Finder file label colors. |
shared FinderLabels | Returns array of Finder file label texts. |
shared FinderLabelsCount | Returns number of FinderLabels |
shared GetUnixPermissions | To get the unix file permissions from a file on a unix based system (MacOS X or a Linux system) then use the GetUnixPermissions function. |
Permissions | Retrieves Unix permissions of the file. |
SetTagNames | Sets macOS Tag names for the given file. |
shared SetUnixPermissions | To set the unix file permissions of a file on a unix based system (MacOS X or a Linux system) then use the SetUnixPermissions method. |
TagNames | Gets or sets Tag names for the given file. |
BOOLEAN_TRUE = 1 | Represents True. A constant that is used in some of the functions of this class where they can return True, False and Unknown. |
BOOLEAN_FALSE = 0 | Represents False. A constant that is used in some of the functions of this class where they can return True, False and Unknown. |
BOOLEAN_DONTKNOW = -1 | Represents that true or false cannot be determined. A constant that is used in some of the functions of this class where they can return True, False and Unknown. |