2.0.0 • Published 8 years ago

win-trash v2.0.0

Weekly downloads
883
License
MIT
Repository
github
Last release
8 years ago

win-trash

Move files to the trash using the cmdutils Recycle.exe binary

Install

$ npm install --save win-trash

Usage

const winTrash = require('win-trash');

winTrash(['unicorn.png', 'rainbow.jpg']).then(() => {
	console.log('Successfully moved files to the trash');
});

CLI

$ npm install --global win-trash
$ trash unicorn.png rainbow.png

Related

See trash for a cross-platform trash CLI app.

License

MIT © Sindre Sorhus