Special Folders for Mac OS
Posted: Tue Oct 11, 2011 7:08 am
Hi there,
today, my App was rejected to be added to the Mac App Store because of using the wrong folders for data...
My suggestion is, to add some functions for PB / Mac OS X which will return these strings:
~/Library/Application Support/<app-identifier>
this may be examined this way: GetHomeDirectory() + "/Library/Application Support/" + AppName$ ; e.g. de.quadworks.reisekosten
For Images, Music, and Movies you may use these folders:
~/Pictures/<app-identifier>
~/Music/<app-identifier>
~/Movies/<app-identifier>
On Windows, the appropriate locations are also needed sometimes, I assume
today, my App was rejected to be added to the Mac App Store because of using the wrong folders for data...
My suggestion is, to add some functions for PB / Mac OS X which will return these strings:
~/Library/Application Support/<app-identifier>
this may be examined this way: GetHomeDirectory() + "/Library/Application Support/" + AppName$ ; e.g. de.quadworks.reisekosten
For Images, Music, and Movies you may use these folders:
~/Pictures/<app-identifier>
~/Music/<app-identifier>
~/Movies/<app-identifier>
On Windows, the appropriate locations are also needed sometimes, I assume
