Recommend this page to a friend! |
Classes of Igor Escobar | Terminal Crossword | chat-websocket/node_modules/express/node_modules/mkdirp/README.markdown | Download |
|
|
DownloadmkdirpLike examplepow.js
Output
And now /tmp/foo/bar/baz exists, huzzah! methodsvar mkdirp = require('mkdirp'); mkdirp(dir, mode, cb)Create a new directory and any necessary subdirectories at If
mkdirp.sync(dir, mode)Synchronously create a new directory and any necessary subdirectories at If Returns the first directory that had to be created, if any. installWith npm do:
licenseMIT/X11 |