func displayName (atPath : String) -> String
Returns the display name of the file or directory at a specified path.
指定されたパスでのファイルまたはディレクトリの表示名を返します。
func attributesOfItem (atPath : String) -> [FileAttributeKey : Any]
Returns the attributes of the item at a given path.
与えられたパスでの項目の属性を返します。
func attributesOfFileSystem (forPath : String) -> [FileAttributeKey : Any]
Returns a dictionary that describes the attributes of the mounted file system on which a given path resides.
そこにおいて与えられたパスが存在するところのマウントされたファイルシステムの属性を記述する辞書を返します。
func setAttributes ([FileAttributeKey : Any], ofItemAtPath : String)
Sets the attributes of the specified file or directory.
指定されたファイルまたはディレクトリの属性を設定します。