Hello, I am using these functions to copy a file from the "File.DirInternal" folder to the "application / octet-stream" folder
The problem is that the name of my file is always the same, for example: tutu.txt, only changes the content of the file and when I run it a second time it creates a tutu.txt (1) and I want it to replace the previous one and don't create another one.
Can someone help me?
https://www.b4x.com/android/forum/threads/saveas-let-the-user-select-a-target-folder.129897/:
The problem is that the name of my file is always the same, for example: tutu.txt, only changes the content of the file and when I run it a second time it creates a tutu.txt (1) and I want it to replace the previous one and don't create another one.
Can someone help me?