func promisedItemResourceValues (forKeys : Set<URLResourceKey>) -> URLResourceValues
Discussion 議論
This method synchronously checks if the resource’s backing store is reachable. Checking reachability is appropriate when making decisions that do not require other immediate operations on the resource, e.g. periodic maintenance of UI state that depends on the existence of a specific document. When performing operations such as opening a file or copying resource properties, it is more efficient to simply try the operation and handle failures. This method is currently applicable only to URLs for file system resources. For other URL types, false
is returned.
このメソッドは、リソースのもつバッギングストアが到達可能であるかを同期的に検査します。到達可能性を調べることは、そのリソース上での他の目前の演算、たとえば特定の書類の実在に依存するUI状態の定期的な保守など、を必要としないことを決定する時に適します。たとえばファイルを開くまたはリソースプロパティをコピーするなどの演算を実行する場合、単純にその演算を試して失敗を処理するほうがより効率的です。このメソッドは、現在はファイルシステムリソースに対するURLにのみ適用可能です。他のURL型に対しては、false
が返されます。