This package provides interface to
directory package for
users of Chris Done’s path. It
also implements some missing stuff like recursive scanning and copying of
directories.
Consult Haddocks for usage, which should be trivial.
Added forgivingAbsence, resolveFile, and resolveDir functions, so
the package now provides all functionality that Path.IO module in Stack
has.
Added closed type family RelPath, makeRelative, and
makeRelativeToCurrentDir functions.
Fixed signature of getAppUserDataDir.
Path IO 0.2.0
Added functions from temporary: withTempFile, withTempDir,
withSystemTempFile, withSystemTempDir, openTempFile,
openBinaryTempFile, and createTempDir. temporary is a lightweight
and ubiquitous package, so depending on it should be OK.