A aneuryzma macrumors newbie Original poster May 9, 2011 21 0 May 22, 2011 #1 I need to store some images in my application. Should the files be saved inside the "Library" folder ? According to Apple documentation, the "Document" folder is for user files, while "Library" folder is for application files. Thanks
I need to store some images in my application. Should the files be saved inside the "Library" folder ? According to Apple documentation, the "Document" folder is for user files, while "Library" folder is for application files. Thanks
H Hansr macrumors 6502a Apr 1, 2007 897 1 May 22, 2011 #2 You should put them inside the application bundle under resources.
A aneuryzma macrumors newbie Original poster May 9, 2011 21 0 May 22, 2011 #3 OK. Then, what's Library for ? From Apple documentation, it is a directory for application files. For what should I use it and which files ?
OK. Then, what's Library for ? From Apple documentation, it is a directory for application files. For what should I use it and which files ?
H Hansr macrumors 6502a Apr 1, 2007 897 1 May 22, 2011 #4 ~/Library/Application Support/APP should be used for non constant files used by the application, which can be created from the application or unloaded from the binary on first run. Databases, addons, settings other than the main prefs file etc.
~/Library/Application Support/APP should be used for non constant files used by the application, which can be created from the application or unloaded from the binary on first run. Databases, addons, settings other than the main prefs file etc.
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 May 22, 2011 #5 Read the section "A few important application directories" in this document http://developer.apple.com/library/...de/RuntimeEnvironment/RuntimeEnvironment.html
Read the section "A few important application directories" in this document http://developer.apple.com/library/...de/RuntimeEnvironment/RuntimeEnvironment.html