get-temp-path
v1.0.1
Published
Get the path of the tmp dir and can optionally generate a random file name (+tmp path)
Downloads
2
Maintainers
Readme
get-temp-path
Get the path of the tmp dir of your os:
const osTmpPath=require("get-temp-path")();
Get the path of the tmp dir + a random file name
const randomFilePathThatDoesNotExist=require("get-temp-path")(true);
© Sharkbyteprojects