Searched refs:moveFiles (Results 1 – 3 of 3) sorted by relevance
58 await moveFiles(appTargetPath, appTmpPath);93 async function moveFiles(fromPath: string, toPath: string): Promise<void> { function
45 await moveFiles(appTargetPath, appTmpPath);73 async function moveFiles(fromPath, toPath) { function
1 …moveFiles(appTargetPath, appTmpPath);\n\n // Cleanup the \"example\" dir\n await fs.rmdir(ap…