Hi
I want to verify if my db file exist in the DirData directory and if not copy it from the DirApp
my code:
If Not File.Exists(File.DirData,"qizine.rsd") Then
File.Copy(File.DirApp,"qizine.rsd", File.DirData,"qizine.rsd")
End If
on the 2 lines the compiler said: missing parameters
The #AdditionalJar: sqlite-jdbc-3.7.2 is in projects attribute
This code works well in B4A.
Any Help would be welcome
Thanks
Luc
I want to verify if my db file exist in the DirData directory and if not copy it from the DirApp
my code:
If Not File.Exists(File.DirData,"qizine.rsd") Then
File.Copy(File.DirApp,"qizine.rsd", File.DirData,"qizine.rsd")
End If
on the 2 lines the compiler said: missing parameters
The #AdditionalJar: sqlite-jdbc-3.7.2 is in projects attribute
This code works well in B4A.
Any Help would be welcome
Thanks
Luc