1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/tempfile
zhurui 54669c07cf i4 2023-12-18 13:12:25 +08:00
..
index.js i4 2023-12-18 13:12:25 +08:00
package.json i4 2023-12-18 13:12:25 +08:00
readme.md i4 2023-12-18 13:12:25 +08:00

readme.md

tempfile Build Status

Get a random temp file path

Install

Install with npm

npm install --save tempfile

Example

var tempfile = require('tempfile');
tempfile('.png');
//=> /var/folders/_1/tk89k8215ts0rg0kmb096nj80000gn/T/4049f192-43e7-43b2-98d9-094e6760861b.png

API

tempfile(extension)

extension

Type: String

Optionally supply an extension to append to the path.

License

MIT © Sindre Sorhus