Lines Matching refs:filePath
60 filePath: newFiles[newFileNames.indexOf(fileName)], property
71 filePath: oldFiles[oldFileNames.indexOf(fileName)], property
732 let filePath = __dirname.replace('\\src', '') + '\\subsystem.json';
733 let subsystemArr = JSON.parse(fs.readFileSync(filePath, 'utf-8'));
762 const filePath = path.join(dir, element);
763 const status = fs.statSync(filePath);
765 readZipFile(filePath, zipFiles);
767 if (filePath.endsWith('.zip')) {
768 zipFiles.push(filePath);
784 let filePath = element.replace(path.basename(element), '');
785 compressing.zip.uncompress(element, filePath).then((data) => {