Searched refs:directoryPath (Results 1 – 1 of 1) sorted by relevance
59 function clearDirectory(directoryPath) { argument60 const isDirectoryExists = fs.existsSync(directoryPath);63 fs.mkdirSync(directoryPath);65 fs.readdirSync(directoryPath).forEach((file) => {66 const filePath = path.join(directoryPath, file);