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

attributesOfFileSystem(forPath:)

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

Declaration 宣言

func attributesOfFileSystem(forPath path: String) throws -> [FileAttributeKey : Any]

Parameters パラメータ

path

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

Return Value 戻り値

A dictionary 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. ある辞書オブジェクト、それはそれにpathが居住するところのマウント済みファイルシステムの属性を記述します。File-System Attribute Keysをこの辞書で利用可能なキーの記述のために見てください。

Discussion 議論

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

See Also 参照

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