ProjectManager.restore_project#

ProjectManager.restore_project(file_path: <module 'posixpath' (frozen)>, project_name: str = None) bool[source]#

Restores a project from the file path provided with given project name. Returns True if successful.

Parameters:
  • file_path (<module 'posixpath' (frozen)>)

  • project_name (str)

Return type:

bool