My code is currently modifying an XML file using MSXML2. It loads an XML file using the Load commend [ Load(C:\xxxx\yyy\File.xml ]
Now, I want to write additional functionality to my application. I need to update nodes in the xml file with the file opened in an outside application.

I have written code to "Load" the file , update it with no errors from MY app, but, when the other application quits, reloads, the data is not updated.

Is what I want possible?

Thanks