Closed
Description
There is no build in way to get disk space information. There are a few npm modules available:
- https://www.npmjs.com/package/diskusage (has 8 dependencies, including FFI, which is quite ridiculous, proposed reimplementation in C++: Re-implement in C++ with just NaN dependency jduncanator/node-diskusage#14)
- https://www.npmjs.com/package/diskspace (depends on an EXE file on Windows)
This is such a basic API that should be built-in.