CreateFolderItem | To create a FolderItem from a given Volume Reference number and a file or directory ID, use the CreateFolderItem function. |
FindFolder | To get one of the many pre defined system special folders, like the favorites folder, Application folder and others such then use the FindFolder function. |
FSpExchangeFiles | To swap file's data use the FSpExchangeFiles function |
GetDesktopComment | Reads the file comment from a folderitem. |
GetFolderItemID | To get a file or folder id use the GetFolderItemID function. |
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. |
GetVolumeRefNum | To get a volume reference number from a give FolderItem use the GetVolumeRefNum function. |
SetDesktopComment | Writes the file comment for a folderitem. |
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.
|