Read whole file

2014-07-15 Thread pgtkda via Digitalmars-d-learn
How can i read the whole file if i use this: File(C:\\Users\\text\\Desktop\\test.csv, r);

Re: Read whole file

2014-07-15 Thread bearophile via Digitalmars-d-learn
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