Reading ASCII file from the end?!
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have to read the last 5 lines of several very very huge ASCII files, several times. I want to see if it is possible to read only those last lines, instead of reading the whole junk data and getting to those 5 ending lines. Could someone please help me, how to decrease this amount of waste of cpu time and un-wanted I/O?
-
I have to read the last 5 lines of several very very huge ASCII files, several times. I want to see if it is possible to read only those last lines, instead of reading the whole junk data and getting to those 5 ending lines. Could someone please help me, how to decrease this amount of waste of cpu time and un-wanted I/O?