sort-files NPM package that reads through a directory and sorts files into corresponding folders 📂. Install $ npm i sort-files Usage var sort = require('sort-files'); sort.here("E:\\SORTFILES_SANDBOX\\"); sort.move();