Void Project.Unarchive(String filePath, String projectPath, Boolean overwrite)

For Standalone Mode only. Unarchive a Mechanical project.

Parameters

  • filePath
    Type: String
    File path of the archive file (*.mechpz) to open.
  • projectPath
    Type: String
    File path where the project will be unarchived and saved. Example: 'C:\\Projects\\project.mechdb'
  • overwrite
    Type: Boolean
    Optional - Overwrite an existing project located at projectPath. The default is True.