Liking cljdoc? Tell your friends :D

utilis.fs


directory?clj

(directory? path)
source

file?clj

(file? path)
source

image?clj

(image? path)
source

lsclj

(ls path & {:keys [recursive]})
source

mime-typeclj

(mime-type path)
source

mkdirclj

(mkdir path & {:keys [recursive]})
source

rmclj

(rm path & {:keys [recursive]})
source

video?clj

(video? path)
source

with-tempcljmacro

(with-temp bindings & body)

bindings => [name ...] Evaluates body name(s) bound to temporary java.io.File objects in a location appropriate for the operating system. The temporary files are deleted in reverse order when exiting scope.

bindings => [name ...]
Evaluates body name(s) bound to temporary java.io.File objects
in a location appropriate for the operating system. The temporary
files are deleted in reverse order when exiting scope.
sourceraw docstring

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

× close