예제 #1
0
 public override bool DirectoryExists(string path)
 {
     if (path == "")
     {
         return(false);
     }
     return(CRhoFile.isDirectoryExist(path));
 }
예제 #2
0
 public override bool DirectoryExists(string path)
 {
     return(CRhoFile.isDirectoryExist(path));
 }