iOS Question File load on start

Marc Van Cauwenberghe

Member
Licensed User
Longtime User
Hi,
I would like to read a file when my app starts. The file should probably be in the ios DirLibrary folder.
But how do I get it there?

Marc
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Hi,
Put it in your Files folder under your project folder on your PC and then when you compile your app it will be in the File.DirAssets folder - copy from there to a suitable folder on your device if you want to manipulate the file or if you simply want to read it only - use as is from DirAssets.
 
Upvote 0
Top