Description
Alternative to 'directory' package with ByteString based filepaths.
Description
This provides a safer alternative to the directory
package. FilePaths are ByteString based, so this package only works on POSIX systems. For a more high-level version of this with proper Path type, use 'hpath-io', which makes use of this package.