Instance Method
インスタンスメソッド
fileSystemAttributes(atPath:)
Returns a dictionary that describes the attributes of the mounted file system on which a given path resides.
そこにおいて与えられたパスが存在するところのマウントされたファイルシステムの属性を記述する辞書を返します。
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 attributesOfFileSystem(forPath:)
instead.
このメソッドがエラー情報を返さないことから、それはOS X v10.5現在で非推奨にされます。attributesOfFileSystem(forPath:)
を代わりに使ってください。
See Also
参照
Deprecated Methods
非推奨メソッド
func fileManager(FileManager, willProcessPath: String)
An NSFileManager
object sends this message to a handler immediately before attempting to move, copy, rename, or delete, or before attempting to link to a given path.
移動、コピー、名前変更、または消去を試みる直前に、または与えられたパスにリンクを試みる前にハンドラにこのメッセージを送ったNSFileManager
オブジェクト。
Deprecated
非推奨
Related Documentation
関連文書