FileLib Xojo and Real Studio plugin

GetUnixPermissions Method

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.

GetUnixPermissions(
   f as FolderItem) as UnixPermissions

Parameters

f
A valid FolderItem.

Returns

UnixPermissions

Remarks

PPC and Windows systems have no concept for unix file permissions so this function is not supported on those systems. It is perfectly valid to call this function on the unsupported platforms but it will not do anything of use there.

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa
  • Linux x86

    Unsupported Platforms:

  • Win32 - Windows

    See Also

    GlobalMethods Global