July 15, 2014 Read whole file | ||||
---|---|---|---|---|
| ||||
How can i read the whole file if i use this: File("C:\\Users\\text\\Desktop\\test.csv", "r"); |
July 15, 2014 Re: Read whole file | ||||
---|---|---|---|---|
| ||||
Posted in reply to pgtkda | 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
|
Copyright © 1999-2021 by the D Language Foundation