dim TR_out as TextWriter
TR_out.Initialize(File.OpenOutput(fd.FilePath, Test_3, False))
fd.FilePath is "/mnt/sdcard2"
Test_3 is "/test.tst"
Works with internal storage but error file not found / permission when going to external sdcard2
opening an existing file on the external works and shows the path I am using.
I tried adding the permission string
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
It did not work but I am not sure that I edited the html file correctly.
What editor is best for editing this file?
TR_out.Initialize(File.OpenOutput(fd.FilePath, Test_3, False))
fd.FilePath is "/mnt/sdcard2"
Test_3 is "/test.tst"
Works with internal storage but error file not found / permission when going to external sdcard2
opening an existing file on the external works and shows the path I am using.
I tried adding the permission string
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
It did not work but I am not sure that I edited the html file correctly.
What editor is best for editing this file?