Is there a way to get files loaded into DocumentsDirectory when an app is installed? Found many examples on accessing/creating files, but not on initial load. Do I have I to manually copy them in the application from an application subdirectory to DocumentsDirectory? Thanks.
You have to use the io.* and file.* API calls and detect a first start (perhaps a file not in system.DocumentsDirectory that you expect to be there) and copy the files that you need over.
You have to use the io.* and file.* API calls and detect a first start (perhaps a file not in system.DocumentsDirectory that you expect to be there) and copy the files that you need over.