Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# counting lines


var lineCount = File.ReadLines(@"C:file.txt").Count();

Source by codefantasy.org #
 
PREVIOUS NEXT
Tagged: #counting #lines
ADD COMMENT
Topic
Name
9+5 =