Type Property 型プロパティ

readOnly

An indication of whether the document is read-only. 書類が読出し専用であるかどうかを示すもの。

Declaration 宣言

Discussion 議論

The value of this attribute is an NSNumber object that contains an integer. A value of 1 indicates read-only. If the value is 0, missing, or negative, the document doesn’t display as read-only. この属性の値は、integerを含むNSNumberオブジェクトです。1の値は、読出し専用を指し示します。値が0、見つからない、または負ならば、書類は読出し専用として表示されません。

This attribute is not related to the file system protection on the file. Instead, this attribute can affect how the file displays to the user. この属性は、ファイルシステム上のファイルシステム保護に関係ありません。代わりに、この属性はどのようにそのファイルがユーザに表示するかに影響を与えられます。

The string constant in macOS 10.3 and earlier is @"ReadOnly". macOS 10.3以前での文字列定数は、@"ReadOnly"です。

See Also 参照

Keys キー