show a message if the filename already exists
- by saeed
I am using c# .net windows form application.
i have to save few inputs in defaultsetting.xml file but if there is invalid file with same file name "defaultsetting.xml" i should show msg in the status bar.. How can I do this?