URL
public extension URL
-
Undocumented
Declaration
Swift
var bookmark: Data? { get }
-
Undocumented
Declaration
Swift
init?(bookmark: Data?)
-
Undocumented
Declaration
Swift
func accessSecurityScopedResource<Value>(_ accessor: (URL) throws -> Value) rethrows -> Value
-
Undocumented
Declaration
Swift
var directory: URL { get }
-
Returns a new URL by adding the query items, or nil if the URL doesn’t support it. URL must conform to RFC 3986.
Declaration
Swift
func appending(queryItems: [URLQueryItem]) -> URL?
-
Returns a new URL by adding the query items, or nil if the URL doesn’t support it. URL must conform to RFC 3986.
Declaration
Swift
func appending(queryItem: URLQueryItem) -> URL?