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

attributesOfFileSystemForPath:error:

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

Declaration 宣言

- (NSDictionary<NSFileAttributeKey, id> *)attributesOfFileSystemForPath:(NSString *)path 
                                                                  error:(NSError * _Nullable *)error;

Parameters パラメータ

path

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

error

On input, a pointer to an error object. If an error occurs, this pointer is set to an actual error object containing the error information. You may specify nil for this parameter if you do not want the error information. 入力では、エラーオブジェクトへのポインタ。エラーが発生するならば、このポインタはエラー情報を含んでいる実際のエラーオブジェクトへと設定されます。あなたは、nilをこのパラメータに対して指定するかもしれません、もしあなたがエラー情報を望まないならば。

Return Value 戻り値

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

Discussion 議論

This method does not traverse a terminal symbolic link. このメソッドは、ターミナルシンボリックリンクを辿りません。

See Also 参照

Getting and Setting Attributes 属性の取得と設定