And now, you tried to read it again! Which means you are trying to read more data from an empty stream.You need to either a) reopen the file, or b) do both in the same loop.-Steve
Steve! You are Legend! **Thank you**.It is obvious now the second `foreach` is reading from an empty stream!
Regards, ikel