me.vedang.clj-fdb.directory.directory
create-or-open!
(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.
remove!
(remove! tr path)
(remove! tr dl path)
Removes this Directory and all of its subdirectories, as well as all of their contents.