Module fuchsia_component::directory
source · Expand description
Module for directory operations.
Traits§
- A trait for types that can vend out a
Directory
reference. - A trait for opening filesystem nodes.
Functions§
- Opens the given
path
from the givenparent
directory as a [DirectoryProxy
]. The target is not verified to be any particular type and may not implement the fuchsia.io/Directory protocol. - Opens the given
path
from the givenparent
directory as a [FileProxy
]. The target is not verified to be any particular type and may not implement the fuchsia.io/File protocol.