About

Metadata

  • Last updated , by librerush
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Dias Kozhabay <librerush@tutanota.com>

  • Lottery factor: 0

Links

Installation

Readme

hrfsize

Simple Haskell library for determining size of file in human readable format

Example:


import System.HrfSize (determineFileSize)

main :: IO ()
main = determineFileSize "/path/to/file" >>= print