Expand description
fuchsia.IO UTIL-ity library
Modules§
- directory
- Utility functions for fuchsia.io directories.
- file
- Utility functions for fuchsia.io files.
- node
- Utility functions for fuchsia.io nodes.
Structs§
- Flags
- Flags used to specify how a node should be opened. Note that ranges of bits are reserved for specific use cases:
- Open
Flags - DEPRECATED - Use Flags instead.
Constants§
- PERM_
EXECUTABLE - Set of permissions that are expected when opening a node as executable.
- PERM_
READABLE - Set of permissions that are expected when opening a node as readable.
- PERM_
WRITABLE - Set of permissions that are expected when opening a node as writable.
Functions§
- canonicalize_
path - canonicalize_path will remove a leading
/
if it exists, since it’s always unnecessary and in some cases disallowed (https://fxbug.dev/42103076).