I have several large files that I want to load into the applications document folder and then call up from there on demand.
The suggestion I've seen is to put them in the resources folder and then when the application loads copy them into the documents folder. I assume that if I do this, these large files will all be loaded into memory when the application starts up and then stay there...
Is there some way of having these files go directly into the documents folder when the application is installed, and get loaded into memory only when they are called for?
Thanks...