Function fuchsia_fs::directory::open_directory_async

source ยท
pub fn open_directory_async(
    parent: &DirectoryProxy,
    path: &str,
    flags: Flags,
) -> Result<DirectoryProxy, OpenError>
Expand description

Opens the given path from the given parent directory as a [DirectoryProxy]. If open fails, the returned DirectoryProxy will be closed with an epitaph.