votes
Creating a back up file
Hello all, In my program I have to create a back up file whenevr a particular class is called. Suppose class MyClass.cs creats a xml file(c:\test.xml) after serialization. when this class is called next time it first checks whether file ...
