Skip to content

Simple npm package to synchronously delete a directory whether it's empty or not.

License

Notifications You must be signed in to change notification settings

alejoluc/rmdir-recursive-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rmdir-recursive-sync

Deletes synchronously a directory whether it's empty or not.

Returns undefined like node's standard fs.rmdirSync() does.

Installation

npm install rmdir-recursive-sync

Usage

var rmdirRecursiveSync = require('rmdir-recursive-sync');

rmdirRecursiveSync('path/to/dir');

About

Simple npm package to synchronously delete a directory whether it's empty or not.

Resources

License

Stars

Watchers

Forks

Packages

No packages published