Checking existence of a folder is pretty simple but sometimes I forget the correct function to use 😛
bool exists = System.IO.Directory.Exists(@"c:\myPath");
Checking existence of a folder is pretty simple but sometimes I forget the correct function to use 😛
bool exists = System.IO.Directory.Exists(@"c:\myPath");