How do I copy this file on the Android Device:
SQL1.Initialize(File.DirRootExternal, "MtAirReadings.db",True)
To this file location on the desktop?
C:\MyReadings\MtAirReadings.db
I need to do this from inside the app so the user presses a button to copy the file.
I could not find any type of copy command in B4A.
SQL1.Initialize(File.DirRootExternal, "MtAirReadings.db",True)
To this file location on the desktop?
C:\MyReadings\MtAirReadings.db
I need to do this from inside the app so the user presses a button to copy the file.
I could not find any type of copy command in B4A.