Safe Write Stream
Like fs.createWriteStream
, but it will create the needed directories before trying to create the file.
Install
npm install safe-write-stream
Usage
var safeWriteStream = ; fs
Parameters
See the fs.createWriteStream docs.
Like fs.createWriteStream
, but it will create the needed directories before trying to create the file.
npm install safe-write-stream
var safeWriteStream = ; fs
See the fs.createWriteStream docs.
npm i safe-write-stream
1
1.0.5
CC0-1.0