| Author |
Number of lines in the text file
|
Mike Yu
Ranch Hand
Joined: Nov 17, 2001
Posts: 175
|
|
Hi, What is the easiest way to find the total number of lines in a text file? I know we can create a LineNumberReader and count it line by line. Thnaks, Mike
|
Thanks,<br />Mike
|
 |
Petrus Pelser
Ranch Hand
Joined: Feb 20, 2006
Posts: 132
|
|
|
I don't think that the number of lines in a text file is stated explicitly (like for example the file's size). You would have to calculate it manually. Yes that means counting them one by one.
|
 |
 |
|
|
subject: Number of lines in the text file
|
|
|