Type Property 型プロパティ

posixPermissions

The key in a file attribute dictionary whose value indicates the file’s Posix permissions. ファイル属性辞書の中のキー、それの値はファイルのPosix権限を指し示します。

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. 対応する値は、NSNumberオブジェクトです。int16Valueメソッドを使って権限に対する整数値を取って来てください。

See Also 参照

Accessing File Attributes ファイル属性にアクセスする