MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetProjectFullPath

Method GetProjectFullPath

Project.cpp:289–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289wxString Project::GetProjectFullPath()
290{
291 wxLogMessage("Project::GetProjectFullPath()");
292 wxString fp;
293 if (!GetWorkingDir().GetPath().IsEmpty() && !proj_file_no_ext.IsEmpty()) {
294 fp << GetWorkingDir().GetPathWithSep();
295 fp << proj_file_no_ext << ".gda";
296 }
297 return fp;
298}
299
300void Project::SetProjectFullPath(const wxString& proj_full_path)
301{

Callers 5

OnCloseProjectMethod · 0.80
OnCloseMethod · 0.80
OpenProjectMethod · 0.80
OnSaveAsProjectMethod · 0.80
ProjectInfoDlgMethod · 0.80

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected