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

fileType

Returns the file type. ファイルタイプを返します。

Declaration 宣言

- (NSString *)fileType;

Return Value 戻り値

The value associated with the NSFileType file attributes key, or nil if the file attributes dictionary has no entry for the key. For possible values, see NSFileAttributeType. NSFileTypeファイル属性キーと結びつけられた値、またはnil、もしファイル属性辞書がそのキーに対していかなる登録項目も持たないならば。可能な値として、NSFileAttributeTypeを見てください。

See Also 参照

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