Contents

init(creatingVariableStoreAt:options:)

Creates a new EFI variable store at specified the URL on the filesystem, initialization options, and error-return variable.

Declaration

init(creatingVariableStoreAt URL: URL, options: VZEFIVariableStore.InitializationOptions = []) throws

Parameters

  • URL:

    A URL that specifies the location on disk at which to store the EFI information.

  • options:

    An array of possible Initializationoptions.

See Also

Creating the variable store