my-remove

1.0.6 • Public • Published

my-remove

This is a module to delete a file or a directory using real environment command RM & DEL & RMDIR (a Directory is removed recursively)

Install

$ npm install my-remove

or (globally)

$ npm install my-remove -g 

Example

var myremove = require("my-remove");
myremove(pathToDirectoryOrFileToRemove,function(err)
{
    if(err)
        throw err;
    console.log("removed");
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i my-remove

    Weekly Downloads

    1

    Version

    1.0.6

    License

    ISC

    Last publish

    Collaborators

    • roonie007