hasAccess(to:)
Checks the specified URL against the currently granted permission match patterns.
Declaration
func hasAccess(to url: URL) -> BoolParameters
- url:
The URL for which to return the status.
Checks the specified URL against the currently granted permission match patterns.
func hasAccess(to url: URL) -> BoolThe URL for which to return the status.