(egl? path)
Check if a given path or file is an EGL file.
Check if a given path or file is an EGL file.
(egx? path)
Check if a given path or file is an EGX file.
Check if a given path or file is an EGX file.
(eol? path)
Check if a given path or file is an EOL file.
Check if a given path or file is an EOL file.
(evl? path)
Check if a given path or file is an EVL file.
Check if a given path or file is an EVL file.
(handle-exception f)
Wrap the function f inside a try catch block that will handle exception by logging and bagging it.
Wrap the function f inside a try catch block that will handle exception by logging and bagging it.
Check if a given path or file has the given extension.
Check if a given path or file has the given extension.
(replace-ext target ext)
Replace the given file's extension with the given extension.
If the extension is not prefixed with a dot, add one automatically.
Returns the new path with no side-effect (no file created/modified/etc.)
Replace the given file's extension with the given extension. If the extension is not prefixed with a dot, add one automatically. Returns the new path with no side-effect (no file created/modified/etc.)
(xml? path)
Check if a given path or file is an XML file.
Check if a given path or file is an XML file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close