new Bitmap(String filePath) appears to require an absolute path.
I want to load bitmap resources located the script's .js folder or subfolder. A relative path does not work, unlike #include "local.js".
Is the absolute path of the script's install/execution directory available? I don't see anything in Global.
Thanks,
Mike