Searched refs:pathToFile (Results 1 – 1 of 1) sorted by relevance
80 const pathToFile = pathModule.join(folder, file); constant81 if (!fs.existsSync(pathToFile)) continue; // ignore invalid symlinks82 const stat = fs.statSync(pathToFile);84 paths = paths.concat(filesInFolder(pathToFile));87 paths.push(pathToFile);