1.0.1 • Published 5 years ago

folder-create v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

folder-create

Install

npm install folder-create

Instructions

Create a folder based on the fs module of node.js

const createFolder = require("folder-create");

createFolder(prefix,url);
paramstypeintroduction
prefixstringThe path of the folder you want to create
urlstringThe folder you want to create, with "/" as the spacer
/*For example*/

/* F:\test , Create a test folder on the F drive*/
createFolder("F:","test");

/* D:\study\test\a , In the D disk study folder, create a "test / a" folder*/
createFolder("D:/study","test/a");
1.0.1

5 years ago

1.0.0

5 years ago