(dir? filename)
Whether filename is a directory.
Whether filename is a directory.
(direct-child-name prefix entry)
Returns the name of entry if direct child of prefix.
Returns the name of entry if direct child of prefix.
(direct-child? prefix filename)
Whether filename is a direct child of prefix.
Whether filename is a direct child of prefix.
(file-url->child-names file-url)
Lists the files under file url. Appends a slash to directories.
Lists the files under file url. Appends a slash to directories.
(get-files path)
Lists files of resource path.
Lists files of resource path.
(get-resource path)
Finds first available resource with path.
Finds first available resource with path.
(get-subdirs path)
Lists subdirectories of resource path.
Lists subdirectories of resource path.
(jar-url->entries url)
Returns entries from url on a jar.
Returns entries from url on a jar.
(ls path)
Lists files and subdirectories of resource path.
Lists files and subdirectories of resource path.
(resource->ls url)
Lists files for url (locally or in jar)
Lists files for url (locally or in jar)
(rm-trailing-slash path)
Removes trailing slash, if present.
Removes trailing slash, if present.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close