Jon Kleiser
2017-04-04 18:58:44 UTC
Hi,
I want to write some text to a file, and I have tried both methods given
at https://api.dartlang.org/stable/1.22.1/dart-io/File-class.html, both the
one using "writeAsString" and the one using "sink.write", but both ways I
end up with a completely empty file, zero bytes. Why is that happening?
/Jon
I want to write some text to a file, and I have tried both methods given
at https://api.dartlang.org/stable/1.22.1/dart-io/File-class.html, both the
one using "writeAsString" and the one using "sink.write", but both ways I
end up with a completely empty file, zero bytes. Why is that happening?
/Jon
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.