func coordinate(with: [NSFileAccessIntent], queue: OperationQueue, byAccessor : (Error?) -> Void)
Performs a number of coordinated-read or -write operations asynchronously.
多くの協調読み出しまたは協調書き出し演算を非同期的に実行します。
Availability 有効性
Technology
var url: URL
{ get }
Always use the URL returned by this property inside the accessor block of a file coordinator’s coordinate(with:
method. This property’s value may be different from the original URL, because the item was either moved or renamed while the file coordinator waited for access.
常にこのプロパティによって返されるURLを、ファイルコーディネータのもつcoordinate(with:
メソッドのアクセッサブロックの内側で使ってください。このプロパティの持つ値は、元のURLとは異なるかもしれません、なぜならその項目が移動されたまたは名前変更されたどちらかで、一方でファイルコーディネータがアクセスを待機したため。
func coordinate(with: [NSFileAccessIntent], queue: OperationQueue, byAccessor : (Error?) -> Void)