dynamic-file-loading

Real-time alterations to XML to change the particle effect

I am currently writing a Particle System using XNA. What I'd like to do is use an external file (XML for example) and be able to modify this file, whilst the application is running, and once saved, the changes will be reflected in the Particle System. My original proposal: Use a FileWatcher (can't remember the exact class name) to moni...