AppPath

Parent Previous Next

AppPath

Function to return the full path of the application including the .prj file.


Syntax:

String AppPath();

Return the full path of the application including the .prj file.


Return:

A String value containing the full path of the application.


Example:

In this example, "TagPath" will store the full path of the application.



@TagPath = SVApplications.AppPath();