resauce.core
directory?
multimethod
(directory? url)
Return true if a URL points to a directory resource.
resource-dir
(resource-dir path)
(resource-dir path loader)
Return a list of resource URLs on the classpath that have the supplied path prefix.
resources
(resources n)
(resources n loader)
Returns *all* the URLs for a named resource. Uses the context class loader if no loader is specified.
url-dir
multimethod
(url-dir url)
Return a list of URLs contained by this URL, if the protocol supports it.