monopati-0.1.0: Well-typed paths

Safe HaskellSafe
LanguageHaskell2010

System.Monopati.Posix

Synopsis

Documentation

current :: IO (Maybe (Path Absolute Directory)) Source #

Return Nothing, if current working directory is root (cwd)

change :: Path Absolute Directory -> IO (Path Absolute Directory) Source #

Change current working directory (cd)

create :: Path Relative Directory -> IO (Path Absolute Directory) Source #

Create an absolute path that points to directory (mkdir)