Create (an Empty Blueprint Package)
Description: Create a new empty package in the specified path.
Signature: create(path)
Parameters:
Name | Direction | Required | Description |
---|---|---|---|
path | In | Yes | The folder path and file name where the package zip file should be stored |
Sample:
`packageEditor.create('c:\\temp\\TestPackage.zip')`