I've written a GTKmm application and I'm trying to create some OS X enhancements. I'd like to store my configuration file in the Application Support/myApp folder, however, I can't figure out the proper way to locate this folder.
I've tried looking through the Core Foundation library (that I'm using to get my myApp.app path) but I can't find anything.