coderaiser
coderaiser
> and its actually dependant on where i launch the process from Only if you set `root` to `.`, **Cloud Commander** will show you current directory. Could you please check...
I don’t understand where came from :`C:\Users\tomfi` if the root is `C:\` 
What you see if the `root` is default `/`? Is it list of all drives? Try to install `win32` and run this code: ```js const win = require('win32'); const volumes...
Looks like [getVolumes](https://github.com/coderaiser/win32/blob/42ee2038973a79193e3c242ae1218bfd740edb95/lib/win32.js#L46) doesn’t works for you. I don’t have windows, so PR’s are welcome.
Need another way to get list of volumes on windows
This feature is needed only for windows, there is no such problems in Linux and Mac OS. About this tool it required MS Visual Studio was installed on your computer...
What this command shows you: ```js wmic logicaldisk get name ```
So `wmic` works good, and [`getVolumes`](https://github.com/coderaiser/win32/blob/v7.2.0/lib/win32.js#L46-L79) doesn't work for you?
Try to call it with spawn using node js
Closed due to a long time of inactivity 🏝