pub async fn recursive_wait_and_open_directory(
dir: &DirectoryProxy,
name: &str,
) -> Result<DirectoryProxy>Expand description
Open the path name within dir. This function waits for each directory to
be available before it opens it. If the path never appears this function
will wait forever.