Reading files using delimiters/terminators

Mike Parker aldacron at gmail.com
Mon Dec 28 01:42:13 UTC 2020


On Sunday, 27 December 2020 at 23:18:37 UTC, Rekel wrote:

> Update;
> Any clue why there's both "std.file" and "std.io.File"?
> I was mostly unaware of the former.

The very first paragraph at the top of the `std.file` 
documentation explains it:

"Functions in this module handle files as a unit, e.g., read or 
write one file at a time. For opening files and manipulating them 
via handles refer to module std.stdio."

https://dlang.org/phobos/std_file.html


More information about the Digitalmars-d-learn mailing list