[CS4/JS] Cannot find Folder.appData on a Mac
I'm using ExtendScript with InDesign CS4. Developing on Windows, but the users will also use Macs.
Everything works well on both platforms but I get inconsistent results with File and Folder objects on the Mac.
So this works perfectly on Windows:
var savePng = new File (Folder.appData +'/ProjectName/Resources/save.png');
But it fails on the Mac. Yes I believe that I have followed the instructions in the JavaScript tools Guide, so what am I missing. I admit to having very little experience of the way the Mac uses file and folder paths so perhaps it's obvious to some of you?
Thank you
Ian
