I’m having trouble with an AIR application that I need to find a directory (“images”) that is in the same directory as the application.
On the PC a lot of different mentods work, including
var sourceFile:File = File.applicationDirectory.resolvePath(“images”);
But, I’m not getting it on the Mac.
Anyone having similar issues?