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

fileSystemAttributesAtPath:

Returns a dictionary that describes the attributes of the mounted file system on which a given path resides. そこにおいて与えられたパスが存在するところのマウントされたファイルシステムの属性を記述する辞書を返します。

Declaration 宣言

- (NSDictionary *)fileSystemAttributesAtPath:(NSString *)path;

Parameters パラメータ

path

Any pathname within the mounted file system. マウントされたファイルシステム内部の何らかのパス名。

Return Value 戻り値

An NSDictionary object that describes the attributes of the mounted file system on which path resides. See File-System Attribute Keys for a description of the keys available in the dictionary. あるNSDictionaryオブジェクト、それはそれにpathが居住するところのマウント済みファイルシステムの属性を記述します。File-System Attribute Keysをこの辞書で利用可能なキーの記述のために見てください。

Discussion 議論

Because this method does not return error information, it has been deprecated as of OS X v10.5. Use attributesOfFileSystemForPath:error: instead. このメソッドがエラー情報を返さないことから、それはOS X v10.5現在で非推奨にされます。attributesOfFileSystemForPath:error:を代わりに使ってください。

See Also 参照

Deprecated Methods 非推奨メソッド

Related Documentation 関連文書