In my app, the user can open & save Colours Schemes (skins). These are stored in the Resources/ColourSchemes dir of the bundle.
To load and save them I use a FileChooser (native OS X dialog), to which I pass this directory as second parameter.
Now, saving works perfectly. But opening does not work, in fact the FileChooser does not show the correct directory, but instead shows the directory where the bundle itself is located in.
I pass exactly the same parameters to the Filechooser for opening & saving, so that cannot be the problem.
Please let me add, that with the JUCE (non-native) FileChooser dialog it works!
I’m using Juce 1.45, so it’s still the old C++ code.
How can I fix this?