Hey Guys,
I'm wondering how to open an XCR file (Basically it is an XML file) as a txt file in c# so I can do a find and replace on "&" to &. Can anyone help? I have did some research on google but it only seems to be example of opening an txt file.
I know to use something like the following:
System.IO.File("file path")??
Appreciate any help!
Murzo
I'm wondering how to open an XCR file (Basically it is an XML file) as a txt file in c# so I can do a find and replace on "&" to &. Can anyone help? I have did some research on google but it only seems to be example of opening an txt file.
I know to use something like the following:
System.IO.File("file path")??
Appreciate any help!
Murzo