get_folder_in_any_project


Description:

public Folder? get_folder_in_any_project (string path)

Return a Folder at the given path if it exists in any project's folder_map. Uses the backing store (items) so we can foreach; does not use ListModel.

Parameters:

path

Normalized absolute path

Returns:

The Folder if found in any project's folder_map, null otherwise