Searched refs:rootPath (Results 1 – 1 of 1) sorted by relevance
214 Path rootPath = Paths.get(rFolder.getAbsolutePath()); in parseFolder() local215 String folderRelativePath = rootPath.relativize(folderPath).toString(); in parseFolder()222 … String fileRelativePath = rootPath.relativize(Paths.get(file.getAbsolutePath())).toString(); in parseFolder()