init(fileURL:filename:typeIdentifier:)
Creates a new file object with the specified URL and identifier.
Declaration
init(fileURL: URL, filename: String?, typeIdentifier: String?)Parameters
- fileURL:
The URL associated with the file.
- filename:
The name of the file.
- typeIdentifier:
The type associated with the file.
Return Value
A new INFile object containing the supplied information.