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

Method SetProjectFullPath

Project.cpp:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void Project::SetProjectFullPath(const wxString& proj_full_path)
301{
302 wxLogMessage("Project::SetProjectFullPath()");
303 wxFileName temp(proj_full_path);
304 SetWorkingDir(proj_full_path);
305 proj_file_no_ext = temp.GetName();
306}
307
308bool Project::SetWorkingDir(const wxString& path)
309{

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected