I/O operations - open, modify and save
what's the easiest way of opening a file f开发者_StackOverflow社区rom disk, modify it (adding a blank space) and then save it again?
thanks
Take a look at these posts:
http://www.geekpedia.com/tutorial109_File-operations-IorO.html
http://www.csharp-station.com/HowTo/ReadWriteTextFile.aspx
http://www.csharphelp.com/2005/12/simple-text-file-operations-in-c/
精彩评论