July 15, 2014
How can i read the whole file if i use this:

File("C:\\Users\\text\\Desktop\\test.csv", "r");
July 15, 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