Hi everyone,
i would like some advice regarding storing files within the application bundle / package?
its more of a proof of concept at the moment than anything for a real application, i would like to know how to store a simple file inside the apps bundle / package that the user can dymanically update, and when the program closes and re-opens the users changes are kept.
so for example my program would open up and it would have a simple list of entries, this list can be edited by the user and when the program is re-opened the the list will reflect the users changes.
think of the mail.app which stores its email database within itself. but i do not want to go that mad with custom DB's etc, just a simple file will would be perfect.
i would like some advice regarding storing files within the application bundle / package?
its more of a proof of concept at the moment than anything for a real application, i would like to know how to store a simple file inside the apps bundle / package that the user can dymanically update, and when the program closes and re-opens the users changes are kept.
so for example my program would open up and it would have a simple list of entries, this list can be edited by the user and when the program is re-opened the the list will reflect the users changes.
think of the mail.app which stores its email database within itself. but i do not want to go that mad with custom DB's etc, just a simple file will would be perfect.