Skip to content

ubt.get_sln_file_from_project

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

schola.core.utils.ubt.get_sln_file_from_project

get_sln_file_from_project

get_sln_file_from_project(project_folder)

Find the Visual Studio solution file in a project folder.

Parameters

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

Returns

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

Return type: Optional[Path]