Safe Haskell | None |
---|
- decodeString :: String -> IO URI
- fileScheme :: Scheme
- toFilePath :: URI -> FilePath
Documentation
decodeString :: String -> IO URISource
Converts a string, such as a command-line argument, into a URI. First tries to parse as an absolute URI. If this fails, it interprets as a relative or absolute filepath.
toFilePath :: URI -> FilePathSource