'How can I list all shared folders and files in nodeJS (node-fs)
I have a bunch of shared folders on my network and I want to list them in my react app.
I can already list all hard-drives and USBs with :
const drivelist = require('drivelist');
const drives = await drivelist.list();
How can I list the shared ones?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
