<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Application functions > APP_SourceFullName, APP_ScriptFullName |
Description
Returns full name of the current script (path + name).
Syntax
s = APP_SourceFullName
s = APP_ScriptFullName
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
none |
Remarks
If script is executed as source code, APP_ScriptFullName will return the path of thinBASIC executable.
If script is executed from a Bundled Executable, APP_ScriptFullName will return the path of the Bundled executable.
See Bundled executable for more info.
Restrictions
See also
Examples