@hackage system-fileio0.3.15

Consistent filesystem interaction across GHC versions

THIS PACKAGE IS DEPRECATED, AND NO LONGER MAINTAINED. Users of GHC >= 7.4 should use the native file path handling, which now supports paths containing arbitrary bytes. Users of older GHC versions should upgrade to GHC >= 7.4.

This is a small wrapper around the "directory", "unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC.

In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.