get_folder_at_path


Description:

public Folder? get_folder_at_path (string path)

Find a Folder at the given path (e.g. subfolder of a project, or in DB). Caller must have already verified the path is not already a project (path_map). Checks each project's folder_map, then the database. Does not check path_map or file_cache.

Parameters:

path

Normalized absolute path

Returns:

The Folder if found, null otherwise