Liking cljdoc? Tell your friends :D

pg.migration.fs

Utilities to handle both file and jar URLs.

Utilities to handle both file and jar URLs.
raw docstring

path->urlclj

(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.
sourceraw docstring

path->url!clj

(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.
sourceraw docstring

url->childrencljmultimethod

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close