Read whole file

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 15 03:31:57 PDT 2014


pgtkda:

> How can i read the whole file if i use this:
>
> File("C:\\Users\\text\\Desktop\\test.csv", "r");

In std.file there are two functions to read a file or read a text 
file, named read and readText.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list