Skip to main content
Version: 2023.3

Load (a Blueprint Package for Modification)

Description: Load a package from the specified path and prepare it for edit. This function must be called before any other function that modifies the package.

Signature: load(path)

Parameters:

NameDirectionRequiredDescription
pathInYesThe folder path where the package zip file is stored

Sample:

`packageEditor.load('c:\\temp\\TestPackage.zip')`