I need to find out how to cut text and insert text into a textfile.....I know about StreamReader and StreamWriter but i dont think any of these will do unless theres some method in the class that I dont know about.
I want to be able for example read from script.txt but before it is printed and the user can see it, I remove certain things they dont want which would be specified by checkbox such as if chechbox1 is checked then it will cut out the line I specify in the code such as line 7...is there anyway to do this?