FileLib Xojo plugin

UnixPermissions Class (console safe)

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 Carbon
  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit