Do we have any function that returns the full file path of the currently loaded gcode file.
All I can find is this function:
Function: string Getgcodefilename( void )
Description: This function returns the current loaded g-code filename as a string.
Example: string val = exec.Getgcodefilename();
It doesn't mention returning the full file path so I'm assuming it only returns the bare gcode file name.