Searched refs:folderPath (Results 1 – 1 of 1) sorted by relevance
278 private void parseFolder(String folderPath) { in parseFolder() argument279 File f = new File(folderPath); in parseFolder()281 printAndExit(String.format("%1$s is not a valid folder", folderPath), in parseFolder()294 f = new File(folderPath + File.separator + file); in parseFolder()