Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

write last line txt file c#

private string Add(string asd) {
    string filename = "asd.txt";
    File.AppendAllText(filename, asd);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #write #line #txt #file
ADD COMMENT
Topic
Name
1+7 =