Hi folks,
I'm using B4A-Bridge. It works great, including the debugger.
When I attach my phone to my computer I can access the picture and movie files without any problems.
However, I cannot locate a file I wrote with a program I am working on. I wrote a wav file to the DirDefaultExternal location and then moved it to the DirInternal location with,
File.Copy(File.DirDefaultExternal,"test.wav",File.DirInternal,"testout.wav")
However, when I look for the file on my Android phone from my computer, I can't locate it. What am I doing wrong?
I'm using B4A-Bridge. It works great, including the debugger.
When I attach my phone to my computer I can access the picture and movie files without any problems.
However, I cannot locate a file I wrote with a program I am working on. I wrote a wav file to the DirDefaultExternal location and then moved it to the DirInternal location with,
File.Copy(File.DirDefaultExternal,"test.wav",File.DirInternal,"testout.wav")
However, when I look for the file on my Android phone from my computer, I can't locate it. What am I doing wrong?