pub async fn open_rw_dir(
    parent_dir: &DirectoryProxy,
    path: &str
) -> DirectoryProxy
Expand description

Helper function to open a sub-directory as readable and writable. Only use this if testing something other than the open call directly.