I need to write a small app that will read through the text in a file, and every time "G:" is found, I want to replace those 2 characters with "H:". Basically, I need to do this with out modifying the file in any other way. The file is a .XML file, but all I'm looking for is occurences of "G:". Any help appreciated.