The "Files" directory in the IDE adds the file(s) to the APK, to get the file in your code you have to use File.DirAssets, for more information, read THIS
Note that sometimes you might need to copy the file(s) from the assets to the SDCard, you can search the forums or read the documentation for more info.
The "Files" directory in the IDE adds the file(s) to the APK, to get the file in your code you have to use File.DirAssets, for more information, read THIS
Note that sometimes you might need to copy the file(s) from the assets to the SDCard, you can search the forums or read the documentation for more info.