Utilities to handle both file and jar URLs.
Utilities to handle both file and jar URLs.
(path->url path)
Turn a string path into a URL: either a resoure or a local file. The file is checked for existence. When nothing is found, return nil.
Turn a string path into a URL: either a resoure or a local file. The file is checked for existence. When nothing is found, return nil.
(path->url! path)
An aggressive version of path->url
what ends up with an exception
should nothing is found.
An aggressive version of `path->url` what ends up with an exception should nothing is found.
Get child URLs for a given URL. The result doesn't include the given URL.
Get child URLs for a given URL. The result doesn't include the given URL.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close