Unixutils-1.44: A crude interface between Haskell and Unix-like operating systems

System.Unix.FilePath

Description

The function splitFileName is taken from missingh, at the moment missingh will not build under sid.

Synopsis

Documentation

dirName :: FilePath -> FilePathSource

Concatenate two paths, making sure there is exactly one path separator.

Use dropFileName

baseName :: FilePath -> StringSource

Use takeFileName

realpath :: FilePath -> IO FilePathSource

resolve all references to ., .., extra slashes, and symlinks