FileSystem

File system data structure and monad transformer.

http://ddiaz.asofilak.es/packages/FileSystem

Latest on Hackage:1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Daniel Diaz
Maintained by Daniel Diaz

FileSystem allows you to create a virtual file system. This package defines:

  • A data structure of a file system, with directories and files.

  • A monad transformer which adds a file system environment, where you can do standard system operations, like write and read files or create directories.

  • An IO interface for create these virtual file systems from existing real directories.