makeArchive(url:)
Creates a new archive from data available at an NSURL address.
Declaration
func makeArchive(url: URL) throws -> any MTL4ArchiveParameters
- url:
An
NSURLinstance that represents the path from which the device loads the Mtl4archive.
Return Value
A MTL4Archive instance, or nil if the function failed.