Re: Read whole file
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
Read whole file
How can i read the whole file if i use this: File("C:\\Users\\text\\Desktop\\test.csv", "r");