Hello,
I am trying to write a txt file to the local hard drive while debugging.
Here are commands.
Dim WriteLevel, WriteWay As TextWriter
WriteLevel.Initialize(File.OpenOutput(File.DirDefaultExternal, fileName ,False))
Path for fileName was configured while running AVD manager to the original file.
Compiler created a folder by the name "fileName.lock" and a file within by the name "pid"
The first question is what means "mnt" in line mnt\sdcard\Android\data\...
How to write a file to any folder in the local drive
Thanks
I am trying to write a txt file to the local hard drive while debugging.
Here are commands.
Dim WriteLevel, WriteWay As TextWriter
WriteLevel.Initialize(File.OpenOutput(File.DirDefaultExternal, fileName ,False))
Path for fileName was configured while running AVD manager to the original file.
Compiler created a folder by the name "fileName.lock" and a file within by the name "pid"
The first question is what means "mnt" in line mnt\sdcard\Android\data\...
How to write a file to any folder in the local drive
Thanks
Last edited: