Problem - I"m writing the string, but I can't find the resulting file!
I'm currently only using an emulator, so I assume that the written file is somewhere beneath either the application folders or the andriod sdk fofders... but a full search of my computer has produced nothing!
Where do the File: directories map to (on the connected PC) when using an emulator?
e.g. File.WriteString(File.DirInternal , "X.xml", s1)
File.WriteString(File.DirDefaultExternal, "X.xml", s1)
File.WriteString(File.DirRootExternal, "X.xml", s1)