(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.
(exists? tr path)
(exists? tr ds path)
Check if the directory exists at path
Check if the directory exists at `path`
(list tr)
(list tr ds)
List the subdirectories at the given path
.
List the subdirectories at the given `path`.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |