Tuesday, May 18, 2010

check folder / directory is exist or not...


check folder / directory is exist or not...


bool exists = System.IO.Directory.Exists(@"c:\myPath");

No comments:

Post a Comment