init

Initializes a file manager object. ファイルマネージャオブジェクトを初期化します。

Declaration 宣言

- init

Return Value 戻り値

A new file manager object. 新しいファイルマネージャオブジェクト。

Overview 概要

In iOS and in macOS 10.5 and later, you can use this method to create a specific file manager instance. You might do this in situations where you want to associate a delegate with the file manager to receive notifications about the status of file-related operations. iOSおよびmacOS 10.5以降では、あなたはこのメソッドを使って特定のファイルマネージャインスタンスを作成できます。あなたはこれをいくつかの状況で行うかもしれません、そこはあなたがある委任先をファイルマネージャと結び付けることで、ファイル関連演算の状態について通知を受け取ることを望むところです。

See Also 参照

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

Related Documentation 関連文書