create_project


Description:

public Folder create_project (string path)

Ensure a project exists at the given path. Caller must have verified the path is not already a project (path_map). If we have a Folder at this path (folder_map or DB), promote it; otherwise create new.

Parameters:

path

Normalized absolute path to the folder

Returns:

The Folder that is the project at that path (existing or new)