pub async fn open_dir_with_flags(
parent_dir: &DirectoryProxy,
flags: OpenFlags,
path: &str,
) -> DirectoryProxy
Expand description
Helper function to open a sub-directory with the given flags. Only use this if testing something other than the open call directly.