Structures

The following structures are available globally.

  • Individual permission bits for read, write, and execute.

    ## Unix Permissions

    • Read: 4
    • Write: 2
    • Execute: 1

    In addition you can get the umask value.

    See more

    Declaration

    Swift

    public struct PermissionBits : OptionSet, Codable, CustomStringConvertible