Searched refs:targetDir (Results 1 – 1 of 1) sorted by relevance
98 public static void moveAllContentUnderDirectory(File sourceDir, File targetDir) { in moveAllContentUnderDirectory() argument99 if (sourceDir.isDirectory() && targetDir.isDirectory()) { in moveAllContentUnderDirectory()100 if (isSameOrSubDirectory(sourceDir, targetDir)) { in moveAllContentUnderDirectory()107 final File dirTarget = new File(targetDir, file.getName()); in moveAllContentUnderDirectory()112 final File fileTarget = new File(targetDir, file.getName()); in moveAllContentUnderDirectory()