Hello John,
why don't you use a Streamwriter so you can use it again like:
(Streamwriter, Pfad zur Datei, Inhalt an die bestehende anhängen)
using (StreamWriter s = new StreamWriter(PATH_TO_FILE, false))
{
s.Write(YOUR Data TO Write HERE);
}
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Reading-from-a-file-tp5095746p5096688.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid