1.0.2 • Published 4 years ago

recursivefolder v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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');