Searched refs:tmpFilePath (Results 1 – 1 of 1) sorted by relevance
46 const tmpFilePath = path.join(os.tmpdir(), fileName); constant47 await pipeline(got.stream(url, { headers }), fs.createWriteStream(tmpFilePath));48 const fileSize = (await fs.stat(tmpFilePath)).size;52 await fs.remove(tmpFilePath);54 await fs.move(tmpFilePath, outputPath, { overwrite: true });