file.readalllines Questions

1

I'm monitoring an FTP folder for orders which I then read into string array for further processing before deleting the file. On the whole is works but occasionally I get the following exception: ...
Follicle asked 16/3, 2018 at 7:7

2

Solved

Based on Prakash's answer here, I thought I'd try something like this to remove the oldest lines in a file prior to adding a new line to it: private ExceptionLoggingService() { _fileStream = File...

1

Solved

I would like to know if the following code is lazy evaluated or will crash in the way I handle possible exception of ReadAllLines(). I know for sure that Where clause is lazy evaluated but I'm not ...
Jannjanna asked 8/9, 2014 at 14:41

3

Solved

I have query regarding File.ReadLines() and File.ReadAllLines().what is difference between them. i have text file where it contains data in row-wise.File.ReadAllLines() return array and usin...
Gastroscope asked 23/2, 2014 at 14:58

3

Solved

What is the difference between File.ReadAllLines() and File.ReadAllText()?
Eileen asked 3/6, 2010 at 11:34
1

© 2022 - 2024 — McMap. All rights reserved.