Searched refs:copyDir (Results 1 – 2 of 2) sorted by relevance
517 public static boolean copyDir(String fromDirName, String toDirName) { in copyDir() method in FileUtil518 return copyDir(new File(fromDirName), new File(toDirName), true); in copyDir()528 public static boolean copyDir(File fromDir, File toDir, boolean recursive) { in copyDir() method in FileUtil540 result &= copyDir(files[i], new File(toDir, files[i].getName()), true); in copyDir()685 …res = res && copyDir(fromDirName + "/" + files[i].getName(), toDirName + "/" + files[i].getName()); in copyFiles()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...