class FDB::DirectoryLayer

def remove(db_or_tr, path=[])

def remove(db_or_tr, path=[])
  remove_internal(db_or_tr, path, true)
end