Global Variable グローバル変数

NSFilePosixPermissions

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

Declaration 宣言

const NSFileAttributeKey NSFilePosixPermissions;

Discussion 議論

The corresponding value is an NSNumber object. Use the shortValue method to retrieve the integer value for the permissions. 対応する値は、NSNumberオブジェクトです。shortValueメソッドを使って権限に対する整数値を取って来てください。

See Also 参照

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