I'm trying to make an auto-backup app using C#..
All it has to do is simply to start running when I insert the USB drive, then automatically backup one - as a start - folder to the USB Drive..
Now I know my way around with files using c#, what I don't know is how to detect the insertion of the USB, and "if needed" how to make the app run in background?