recursivefolder

1.0.2 • Public • Published

recursivefolder

require

const recursiveFolder = require('recursivefolder');

recursiveFolder.create(path);

  • Function: Creates all folders in the path using an asynchronus loop in the background(looks like a sync function but it isn't)
  • Parameters: a String containing a path
  • Returns: nothing

example

recursiveFolder.create('./test1/test2/test3');

Package Sidebar

Install

npm i recursivefolder

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

1.33 kB

Total Files

4

Last publish

Collaborators

  • onlinespawn