Skip to content

ubt.get_project_file

Full path: schola.core.utils.ubt.get_project_file

schola.core.utils.ubt.get_project_file

get_project_file

get_project_file(project_folder)

Find the .uproject file in a project folder.

Parameters

project_folder (str or Path) : Path to the project folder to search.

Returns

Path to the .uproject file if found, None otherwise.

Return type: Path or None