This saves the file to /Root/Android/data/net.dancescorelive.adj/files/RunOrder_Tablet.txt
If*HttpUtils.IsSuccess("http://192.168.1.12/results/RunOrder_Tablet.txt")*Then
**therunorder*=*HttpUtils.GetInputStream("http://192.168.1.12/results/RunOrder_Tablet.txt")
**Dim*out*As*OutputStream
**out*=*File.OpenOutput(File.DirDefaultExternal,"RunOrder_Tablet.txt",False)
**File.Copy2(therunorder*,*out)
**out.Close
End*If
So I decided to see if I could actually read a file from the card.
I created a text file and copied it to the card called test.txt in the app files directory on the card.
File.Exists(File.DirRootExternal & "/extStorages/SdCard/Android/data/net.dancescorelive.adj", "test.txt")
Returns True
File.Exists(File.DirDefaultExternal, "test.txt")
Returns False
Log(File.DirDefaultExternal)
/mnt/sdcard/Android/data/net.dancescorelive.adj/files/
Log(File.DirRootExternal)
/mnt/sdcard/
Write External is also set in the manifest.