Hey, I'm trying to write a program that opens the contents of a file, searches for a specific string value and then replaces that string with a specified string value. Any suggestions would help.
search and replace string
Collapse
X
-
Originally posted by elanosHey, I'm trying to write a program that opens the contents of a file, searches for a specific string value and then replaces that string with a specified string value. Any suggestions would help.
Have a look at the msdn to learn more.
http://msdn2.microsoft .com/en-us/library/fk49wtc1.aspx
Nathan
Comment