Contents

posixPermissions

The key in a file attribute dictionary whose value indicates the file’s Posix permissions.

Declaration

static let posixPermissions: FileAttributeKey

Discussion

The corresponding value is an NSNumber object. Use the int16Value method to retrieve the integer value for the permissions.

See Also

Accessing File Attributes