Category "streamwriter"

C# streamwriter does not overwrite futher information [duplicate]

i'm working on a calculator project for my school. i have a problem with overwriting my operations to a text document, normally i should have

How to Ignore lines with StreamWriter WriteLine

trying to figure out how to ignore or stop specific lines from being written to file with StreamWriter. Here is the code I'm working with from How to pass argum