Description
A Haskell library for retrieving disk free-space and usage information. It helps applications check available storage before writing data, creating caches, or running storage-heavy tasks.
Developers use it in installers, backup tools, downloaders, and system utilities. Reported space can change quickly, so applications should still handle write failures after checking.