I am trying to load an html file stored relative to the runime folder into the HTML widget using $widgetoperation("loadURL")
I've tried the plain filepath, ./filepath, &filepath, &./filepath, &file://filepath,
nothing appears to be working.
Does someone know how to load a relative path into the widget.
NOTE - I have the thing working at the moment by loading it as a full on URL from the tomcat web-server, and I suppose I could manage this, but I'd prefer a 'local' load.