UNPKG

trash

Version:

Move files and folders to the trash

9 lines (6 loc) 260 B
import chunkedExec from './chunked-exec.js'; // Binary source: https://github.com/sindresorhus/recycle-bin const binary = new URL('windows-trash.exe', import.meta.url); export default async function windows(paths) { await chunkedExec(binary, paths, 200); }