func resourceValues (forKeys : Set<URLResourceKey>) -> URLResourceValues
Returns a collection of resource values identified by the given resource keys.
func removeCachedResourceValue (forKey : URLResourceKey)
Removes the cached resource value identified by a given resource value key from the URL object.
与えられたリソース値キーによって識別されるキャッシュされたリソース値をURLオブジェクトから取り除きます。
func removeAllCachedResourceValues ()
Removes all cached resource values and all temporary resource values from the URL object.
全てのキャッシュされたリソース値と全ての一時リソース値をURLオブジェクトから取り除きます。
func setTemporaryResourceValue (Any, forKey : URLResourceKey)
Sets a temporary resource value on the URL object.
URLオブジェクト上の一時リソース値を設定します。
struct URLResourceKey
Keys that apply to file system URLs.
ファイルシステムURLに適用するキーそれら。
struct URLResourceValues
The properties supported by file system resources.
ファイルシステムリソースによってサポートされるプロパティ。