can't locate file

Gsquared

Member
Licensed User
Longtime User
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?
 

Gsquared

Member
Licensed User
Longtime User
I tried those directories, but I still can't see my file. On my computer under "Galaxy Nexus" there is "Internal Storage", and the folders "Alarms", Android", "DCIM", etc. Is there something I am missing to make the external storage visible to my computer?
 
Upvote 0
Top