I have next code to copy one file between two dirs
But result always is java.io.FileNotFoundException: \big space.otf
How to copy this file with space into its name?
B4X:
Activity.LoadLayout("home")
File.Copy(File.DirAssets, "/Big Space.otf", File.DirInternal, "/Big Space.otf")
Log ("OK")
But result always is java.io.FileNotFoundException: \big space.otf
How to copy this file with space into its name?