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