Home
last modified time | relevance | path

Searched refs:GetProjectPath (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DCommandInfo.h19 CString GetProjectPath(){ return project_path; }; in GetProjectPath() function
Dstudiox.cpp299 …nfo->GetLogFile(), "\nProject File: %s\\%s\n", (char*)CW2A(pCmdInfo->GetProjectPath()), (char*)CW2… in InitInstance()
303 if (GetProjectView()->OpenProject(pCmdInfo->GetProjectPath(), pCmdInfo->GetProjectName())) in InitInstance()