A dictionary containing as keys the attributes to set for path
and as values the corresponding value for the attribute. You can set following: NSFileBusy
, NSFileCreationDate
, NSFileExtensionHidden
, NSFileGroupOwnerAccountID
, NSFileGroupOwnerAccountName
, NSFileHFSCreatorCode
, NSFileHFSTypeCode
, NSFileImmutable
, NSFileModificationDate
, NSFileOwnerAccountID
, NSFileOwnerAccountName
, NSFilePosixPermissions
. You can change single attributes or any combination of attributes; you need not specify keys for all attributes.
path
に対して設定する属性をキーとして、そしてその属性に対応する値を値として含んでいる辞書。あなたは以下を設定できます:NSFileBusy
, NSFileCreationDate
, NSFileExtensionHidden
, NSFileGroupOwnerAccountID
, NSFileGroupOwnerAccountName
, NSFileHFSCreatorCode
, NSFileHFSTypeCode
, NSFileImmutable
, NSFileModificationDate
, NSFileOwnerAccountID
, NSFileOwnerAccountName
, NSFilePosixPermissions
。あなたは、単一の属性または任意の組み合わせの属性を変更できます;あなたは、すべての属性に対するキーを指定する必要はありません。
For the NSFilePosixPermissions
value, specify a file mode from the OR’d permission bit masks defined in sys/stat.h
. See the man page for the chmod
function (man 2 chmod
) for an explanation.
NSFilePosixPermissions
値に対して、sys/stat.h
で定義されるOR演算される権限ビットマスクからファイルモードを指定します。chmod
function (man 2 chmod
) のmanページを説明として見てください。