| ||||
| ||||
Description | ||||
Path resolving:
Examples: /usr/repo/foo -- local file c:/src/darcs -- local file http://darcs.net/ -- URL peter@host:/path -- ssh droundy@host: -- ssh host:/path -- ssh This means that single-letter hosts in ssh-paths do not work, unless a username is provided. Perhaps ssh-paths should use "ssh://user@host/path"-syntax instead? | ||||
Documentation | ||||
is_file :: String -> Bool | ||||
is_url :: String -> Bool | ||||
is_ssh :: String -> Bool | ||||
is_relative :: String -> Bool | ||||
is_absolute :: String -> Bool | ||||
is_ssh_nopath :: String -> Bool | ||||
Produced by Haddock version 2.6.0 |