pub fn open_file_no_describe(
    parent: &DirectoryProxy,
    path: &str,
    flags: OpenFlags
) -> Result<FileProxy, OpenError>
Expand description

Opens the given path from the given parent directory as a [FileProxy]. The target is not verified to be any particular type and may not implement the fuchsia.io.File protocol.