Searched refs:toDir (Results 1 – 2 of 2) sorted by relevance
528 public static boolean copyDir(File fromDir, File toDir, boolean recursive) { in copyDir() argument533 if (toDir.exists() && !toDir.isDirectory()) in copyDir()536 toDir.mkdirs(); in copyDir()540 result &= copyDir(files[i], new File(toDir, files[i].getName()), true); in copyDir()542 result &= copyFile(files[i], toDir); in copyDir()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...