IDEFILENAME$( )
Description:
Returns the full path and filename of the currently edited file in the Liberty BASIC code editor. Note: This function returns an empty string when executed by the runtime engine because in that context there is no code editor.
Usage:
pathAndFile$ = idefilename$()
See also: IDECODE$( ) and New IDECODE$( ) and IDEFILENAME$( ) functions