Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
System.FriendlyPath
- userToCanonPath :: FilePath -> IO String
- expandTilda :: String -> IO FilePath
- isAbsolute' :: String -> Bool
Documentation
userToCanonPath :: FilePath -> IO String #
Canonicalize a user-friendly path
expandTilda :: String -> IO FilePath #
Turn a user-friendly path into a computer-friendly path by expanding the leading tilda.
isAbsolute' :: String -> Bool #
Is a user-friendly path absolute?