Liking cljdoc? Tell your friends :D

epsilon.utility


egl?clj

(egl? path)

Check if a given path or file is an EGL file.

Check if a given path or file is an EGL file.
sourceraw docstring

egx?clj

(egx? path)

Check if a given path or file is an EGX file.

Check if a given path or file is an EGX file.
sourceraw docstring

eol?clj

(eol? path)

Check if a given path or file is an EOL file.

Check if a given path or file is an EOL file.
sourceraw docstring

evl?clj

(evl? path)

Check if a given path or file is an EVL file.

Check if a given path or file is an EVL file.
sourceraw docstring

handle-exceptionclj

(handle-exception f)

Wrap the function f inside a try catch block that will handle exception by logging the data inside it.

Wrap the function f inside a try catch block that will handle exception by logging the data inside it.
sourceraw docstring

is-ext?cljmultimethod

Check if a given path or file has the given extension.

Check if a given path or file has the given extension.
sourceraw docstring

replace-extclj

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

xml?clj

(xml? path)

Check if a given path or file is an XML file.

Check if a given path or file is an XML file.
sourceraw docstring

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

× close