Searched defs:toFile (Results 1 – 2 of 2) sorted by relevance
43 static void toFile(String contents, File file) throws IOException { in toFile() method in Files
180 File toFile = new File(toDir, file.getName()); in copyTemplates() local