init(url:)
Initializes a metadata item with a given URL.
Declaration
init?(url: URL)Parameters
- url:
The URL for the metadata item.
Return Value
A metadata item for the file identified by url.
Initializes a metadata item with a given URL.
init?(url: URL)The URL for the metadata item.
A metadata item for the file identified by url.