init(authorization: NSWorkspace.Authorization)
Initializes a file manager object that is authorized to perform privileged file system operations.
ファイルマネージャオブジェクトを初期化します、それは特権的なファイルシステム操作を実行する権限を与えられます。
Availability 有効性
Technology
class var `default`: FileManager
{ get }
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 File
(using the init method) rather than using the shared object.
このメソッドは常に同じファイルマネージャオブジェクトを表します。あなたがある委任先をファイルマネージャとともに使って、ファイルに基づく操作の完了について通知を受け取ることを計画するならば、あなたは共有オブジェクトを使う代わりに、File
の新しいインスタンスを作成すべきです(initを使って)。
init(authorization: NSWorkspace.Authorization)