setResourceValue(_:forKey:)
Sets the URL’s resource property for a given key to a given value.
Declaration
func setResourceValue(_ value: Any?, forKey key: URLResourceKey) throwsParameters
- value:
The value for the resource property defined by
key. - key:
The name of one of the URL’s resource properties.
Mentioned in
Discussion
This method synchronously writes the new resource value out to disk. Attempts to set a read-only resource property or to set a resource property that is not supported by the resource are ignored and are not considered errors.
If an error occurs, this method returns false and populates the object pointer referenced by error with additional information.