nodejs-open-file-explorer
This module helps in opening explorer/finder in your OS programatically providing a very simple function to call.
Installation
- npm
npm install open-file-explorer --save
- Yarn
yarn add open-file-explorer
Usage
const openExplorer = ;const path = 'C:\\Users';;