Searched refs:destinationFolder (Results 1 – 1 of 1) sorted by relevance
162 int fileToBeCopied, File destinationFolder, String fileName) throws Exception { in copyTestFileTo() argument163 File destination = new File(destinationFolder, fileName); in copyTestFileTo()