show a message if the filename already exists
Posted
by saeed
on Stack Overflow
See other posts from Stack Overflow
or by saeed
Published on 2010-06-09T12:22:36Z
Indexed on
2010/06/09
12:32 UTC
Read the original article
Hit count: 157
c#
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?
© Stack Overflow or respective owner