init(_:allowAccessingOriginalFile:)
Creates a description of a file from the perspective of the sender.
Declaration
init(_ file: URL, allowAccessingOriginalFile: Bool = false)Parameters
- file:
A URL that describes the location of the file.
- allowAccessingOriginalFile:
A Boolean value that indicates whether the receiver can read and write the original file. When set to
false, the receiver can only gain access to a copy of the file.