yi-core-0.19.0: Yi editor core library
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.FriendlyPath

Synopsis

Documentation

userToCanonPath :: FilePath -> IO String Source #

Canonicalize a user-friendly path

expandTilda :: String -> IO FilePath Source #

Turn a user-friendly path into a computer-friendly path by expanding the leading tilda.

isAbsolute' :: String -> Bool Source #

Is a user-friendly path absolute?