Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

read all lines from txt c#

string[] lines_in_file = File.ReadAllLines(@"C:myfilepathfile.txt");
 
PREVIOUS NEXT
Tagged: #read #lines #txt
ADD COMMENT
Topic
Name
2+8 =