Liking cljdoc? Tell your friends :D

me.vedang.clj-fdb.directory.directory


create-or-open!clj

(create-or-open! tr path)
(create-or-open! tr dl path)

Creates or opens the Directory located at path (creating parent directories, if necessary). Returns a DirectorySubspace on completion.

Creates or opens the Directory located at `path` (creating parent
directories, if necessary). Returns a `DirectorySubspace` on completion.
sourceraw docstring

default-directory-layerclj

source

exists?clj

(exists? tr path)
(exists? tr ds path)

Check if the directory exists at path

Check if the directory exists at `path`
sourceraw docstring

listclj

(list tr)
(list tr ds)

List the subdirectories at the given path.

List the subdirectories at the given `path`.
sourceraw docstring

remove!clj

(remove! tr path)
(remove! tr dl path)

Removes this Directory and all of its subdirectories, as well as all of their contents.

Removes this Directory and all of its subdirectories, as well as all
of their contents.
sourceraw docstring

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

× close