We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance this awesome package will support disk labels for win32 platform?
win32
It is a bit confusing to track what disk handles which data by C: D: E:
C:
D:
E:
Thanks for your amazing work!
The text was updated successfully, but these errors were encountered:
Hello! Thanks for your feedback! Yeah, that's possible.
I've made a separate branch, you can use it for now: npm i --save https://github.com/int0h/npm-hddSpace.git#win32-labels
npm i --save https://github.com/int0h/npm-hddSpace.git#win32-labels
Example of output:
{ parts: [ { free: 496592740352, size: 539028877312, place: 'C:', letter: 'C:', label: 'System' } ], total: { free: 496592740352, size: 539028877312 } }
I'm gonna merge it in master in future, but I'd like to do some refactoring before. You'll be able to update it from npm in a few weeks.
Please let me know if this solves your problem!
Sorry, something went wrong.
Awesome! Thanks!
No branches or pull requests
Any chance this awesome package will support disk labels for
win32
platform?It is a bit confusing to track what disk handles which data by
C:
D:
E:
Thanks for your amazing work!
The text was updated successfully, but these errors were encountered: