Instance Method インスタンスメソッド

fileExtensionHidden

Returns a Boolean value indicating whether the file hides its extension. ファイルがそれの拡張子を隠すかどうかを指し示しているブール値を返します。

Declaration 宣言

- (BOOL)fileExtensionHidden;

Return Value 戻り値

The value associated with the NSFileExtensionHidden file attributes key, or NO if the file attributes dictionary has no entry for the key. NSFileExtensionHiddenファイル属性キーと結びつけられた値、またはNO、もしファイル属性辞書がそのキーに対していかなる登録項目も持たないならば。

See Also 参照

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