Initial release: Nov 2007
Kris
- class TextFileInput : TextInput ¶
-
Composes a file with line-oriented input. The input is buffered.
- this(const(char)[] path, File.Style style = ReadExisting) ¶
-
- this(File file) ¶
-
Wrap a FileConduit instance.
- class TextFileOutput : TextOutput ¶
-
Composes a file with formatted text output. Output is buffered.
- this(const(char)[] path, File.Style style = WriteCreate) ¶
-
- this(File file) ¶
-