Contents

init(contentsOfURL:)

Initializes an auxiliary storage object with data from the location at the URL you provide.

Declaration

init(contentsOfURL URL: URL)

Parameters

  • URL:

    The URL of the auxiliary storage on the local file system.

Discussion

Use this initializer to load the data from an auxiliary storage object stored on the file system. To create a new auxiliary storage object, use init(creatingStorageAt:hardwareModel:options:).

See Also

Creating the auxiliary storage