Searched defs:copyFile (Results 1 – 2 of 2) sorted by relevance
1061 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile() method
271 public static boolean copyFile(File srcFile, File destFile) { in copyFile() method in FileUtils