GetProjectPath
Description: the method returns the path to the project folder
Syntax: GetProjectPath()
Return value: string
Example:
string path = tester.GetProjectPath();
tester.ConsoleMsg(path);
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator