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