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.

default-directory-layer

exists?

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

Check if the directory exists at path

list

(list tr)(list tr ds)

List the subdirectories at the given path.

remove!

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

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