Searched refs:root_path (Results 1 – 1 of 1) sorted by relevance
1050 CString root_path; in GetStudioInstallFolder() local1055 root_path = module_path; in GetStudioInstallFolder()1057 root_path = root_path.Left(root_path.Find(_T("\\Debug"), 0)); in GetStudioInstallFolder()1059 if (root_path.Find(_T("\\WindowsApps") > 0)) in GetStudioInstallFolder()1062 root_path = root_path.Left(root_path.Find(_T("\\studiox"), 0)); in GetStudioInstallFolder()1067 root_path = root_path.Left(root_path.Find(_T("\\Release"), 0)); in GetStudioInstallFolder()1071 return root_path; in GetStudioInstallFolder()