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

Reply via email to