mkfs
v1.0.4
Published
Write a file to automatically create a directory function based on node - based FS
Downloads
5
Readme
What is it
Write a file to automatically create a directory function based on node - based FS
Installation
NPM
npm install mkfs
Examples
var gfs = require('mkfs');
gfs.writeFilesSync("/var/www/storage/export/filename",data,"utf-8");
gfs.writeFiles("/var/www/storage/export/filename",data,"utf-8");
gfs.mkdirs("/var/www/storage/export/filename");