FileLib Xojo and Real Studio plugin

UnixPermissions Class

A class to represent unix file permissions. (This class can be used with the Get and SetUnixPermissions functions)

Object
   UnixPermissions

class UnixPermissions

Properties

GroupExecuteSets or gets the GroupExecutee flag.
GroupReadSets or gets the GroupRead flag.
GroupWriteSets or gets the GroupWrite flag.
OtherExecuteSets or gets the OtherExecute flag.
OtherReadSets or gets the OtherRead flag.
OtherWriteSets or gets the OtherWrite flag.
OwnerExecuteSets or gets the OwnerExecute flag.
OwnerReadSets or gets the OwnerRead flag.
OwnerWriteSets or gets the OwnerWrite flag.

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa
  • Linux x86

    Unsupported Platforms:

  • Win32 - Windows