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

Safe HaskellSafe-Infered

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

Use dropFileName

baseName :: FilePath -> StringSource

Use takeFileName

realpath :: FilePath -> IO FilePathSource

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

(<++>) :: FilePath -> FilePath -> FilePathSource

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