====== zproj_LoadProject ====== ===== Description ===== Load an existing project from disk. ===== Files ===== ^ Declaration | ''zProj.h'' | ^ Implementation | ''zProj.cpp'' | ===== Function prototype ===== bool zproj_LoadProject(const char* lpProjName); ===== Arguments ===== ^ 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. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.