Пример #1
0
 private static bool IsDirectory(string dirName)
 {
     return(QuickIODirectory.Exists(dirName));
 }