project_path# Desktop.project_path(project_name: str | None = None) → str | None# Get the path to the project. Parameters: project_namestr, optionalProject name. The default is None, in which case the active project is used. Returns: strPath to the project.