How to access a command line application's bundle in C
- by Mr. Man
Hi, I am on a Mac, programming with Xcode. I have a command line application that will read/write to files in it's bundle and I was wondering how to access these files.
Thanks,
Mr. Man
EDIT: Would it work better if I just made a folder in the user's library folder?