pub async fn value_dir_exists<C, N, K>(class: C, node: N, key: K) -> boolwhere C: AsRef<Path>, N: AsRef<Path>, K: AsRef<Path>,