digitalmars.D.learn - Read whole file
- pgtkda (2/2) Jul 15 2014 How can i read the whole file if i use this:
- bearophile (5/7) Jul 15 2014 In std.file there are two functions to read a file or read a text
How can i read the whole file if i use this: File("C:\\Users\\text\\Desktop\\test.csv", "r");
Jul 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
Jul 15 2014