Hi ,
I tried and modified your example
Dim DBFileDir As String : DBFileDir = File.DirRootExternal&"/Prezenta/"
If File.Exists(DBFileDir ,"countries.db")=False Then
File.Copy(File.DirAssets,"countries.db",DBFileDir ,"countries.db")
End If
I deployed directly on my tab , and i got this error :
File.copy(File.DirAssest,"countries.db",DBFileDir,"countries.db")
java.io.FileNotException:/mnt/sdcard/prezenta/countries.db : open failed:ENOENT(nos such file or directory)
The prezenta folder was created manualy on my external SDCard
I check if card is writable = true
what i did wrong ?
Thank you