Hi all, help me....i'm gettting error when copying data this is error message
java.io.FileNotFoundException: /storage/emulated/0/Android/data/alam.com/files/dbpo.db: open failed: ENOENT (No such file or directory)
File.DirDefaultExternal -> read only ???
B4X:
If File.Exists(File.DirInternal,"dbpo.db") = True Then
Msgbox("FOUND","")
File.Copy(File.DirInternal,"dbpo.db",File.DirDefaultExternal ,"dbpo.db")
End If
File.DirDefaultExternal -> read only ???