Type Property 型プロパティ

defaultManager

The shared file manager object for the process. プロセスに対する共有ファイルマネージャオブジェクト。

Declaration 宣言

@property(class, readonly, strong) NSFileManager *defaultManager;

Discussion 議論

This method always represents the same file manager object. If you plan to use a delegate with the file manager to receive notifications about the completion of file-based operations, you should create a new instance of NSFileManager (using the init method) rather than using the shared object. このメソッドは常に同じファイルマネージャオブジェクトを表します。あなたがある委任先をファイルマネージャとともに使って、ファイルに基づく操作の完了について通知を受け取ることを計画するならば、あなたは共有オブジェクトを使う代わりに、NSFileManagerの新しいインスタンスを作成すべきです(initを使って)。

See Also 参照

Creating a File Manager あるファイルマネージャを作成する