CFURLStopAccessingSecurityScopedResource(_:)
In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
Declaration
func CFURLStopAccessingSecurityScopedResource(_ url: CFURL!)Parameters
- url:
The security-scoped URL that points to the file-system resource you want to stop accessing.
Discussion
When you no longer need access to a file or directory pointed to by a security-scoped URL, such as one returned by resolving a security-scoped bookmark, call this function (or its Cocoa equivalent, stopAccessingSecurityScopedResource()) on the URL.