FileLib Xojo and Real Studio plugin

Global Methods

Global Methods

CreateFolderItemTo create a FolderItem from a given Volume Reference number and a file or directory ID, use the CreateFolderItem function.
FindFolderTo get one of the many pre defined system special folders, like the favorites folder, Application folder and others such then use the FindFolder function.
FSpExchangeFilesTo swap file's data use the FSpExchangeFiles function
GetDesktopCommentReads the file comment from a folderitem.
GetFolderItemIDTo get a file or folder id use the GetFolderItemID function.
GetUnixPermissionsTo get the unix file permissions from a file on a unix based system (MacOS X or a Linux system) then use the GetUnixPermissions function.
GetVolumeRefNumTo get a volume reference number from a give FolderItem use the GetVolumeRefNum function.
SetDesktopCommentWrites the file comment for a folderitem.
SetUnixPermissionsTo set the unix file permissions of a file on a unix based system (MacOS X or a Linux system) then use the SetUnixPermissions method.