Searched refs:toDir (Results 1 – 1 of 1) sorted by relevance
68 Path toDir = to.getParent(); in copyFile() local69 if (!toDir.toFile().exists()) { in copyFile()70 boolean success = toDir.toFile().mkdirs(); in copyFile()72 throw new IOException("Failed to create directory " + toDir); in copyFile()