resourceValues(forKeys:fromBookmarkData:)
Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.
Declaration
static func resourceValues(forKeys keys: Set<URLResourceKey>, fromBookmarkData data: Data) -> URLResourceValues?Discussion
If the result dictionary does not contain a resource value for one or more of the requested resource keys, it means those resource properties are not available in the bookmark data.