Hi Simon,
as far as I know the only way to get the Panel's folder is:
var csInterface = new CSInterface(); var extensionRoot = csInterface.getSystemPath(SystemPath.EXTENSION);
then you can add "/jsx/" or whatever you need.
Of course works in the JS, not the JSX but you can always explicitly pass the path to it.
Regards,
Davide Barranca
---
www.davidebarranca.com
www.cs-extensions.com