GetName
Gets the name of the project.
string GetName( BOOL bAddFileExtension = false )
the name of the project.
EX1
//Output the name of the project. void run_Project_GetName() { printf("The name of the project is %s\n", Project.GetName()); }
origin.h