ProjectPath$

Purpose:

Returns the path of the project file, optionally including the file name (otherwise with "\" at the end)

Parameter:

Boolean       True: Sets that the path is returned including the file name. Default: False.

Return value:

String

Example:

ProjectPath$()           Result: "C:\Program Files (x86)\LL\"

ProjectPath$(True)              Result: "C:\Program Files (x86)\LL\Report.lsr"