ProjectPath
Function to return the path of the project.
Syntax:
String ProjectPath();
Return the path of the
project.
Return:
A String value containing the path of the project.
Example:
In this example, "TagPath" will store the path of the project.
@TagPath = SVApplications.ProjectPath();
|