export
Export project to archive
Description
export(
exports the specified project to a new project archive file named
proj,archiveName)archiveName.
The export function runs a dependency analysis to determine
all required files to include in the archive. The project archive preserves the
project files, structure, labels, and shortcuts, and does not include any source
control information. You can use the project archive to send the project to
customers, suppliers, or coworkers who do not have access to your source control
repository. Recipients can create a new project from the archive by double-clicking
the project archive file.
By default, the export function packages all the project
references in the archive. You might not want this option if the project contains
references to absolute networks paths. In this case, the function duplicates the
project itself and treats it as a relative reference upon extraction.
export(
exports the specified project to a new project archive file with additional options
specified by one or more name-value arguments. Use this syntax to omit project
references from the archive, specify an export profile, and more.proj,Name=Value)