Example #1
0
 public static bool IsFile(string path)
 {
     return(DirectoryUtility.IsDirectory(path) == false);
 }