Load an existing project from disk.
| Declaration | zProj.h |
|---|---|
| Implementation | zProj.cpp |
bool zproj_LoadProject(const char* lpProjName);
| Name | Type | Comment |
|---|---|---|
| lpProjName | const char* | A pointer to a C-style string containing the full path name to the project that is to be loaded. |
False if an error occurred, and true otherwise.
None.