Expand description
Typed, immutable file: URIs with cross-platform path inspection.
See PathUri for scheme, normalization, and serialization behavior.
Structs§
- Legacy
AppPath String - A UTF-8 path for preserving raw path compatibility at the app-server API
boundary while Codex migrates to
PathUri. - PathUri
- An immutable, cross-platform representation of a
file:URI.
Enums§
- Legacy
AppPath String Error - Path
Convention - Path syntax used to render a
PathUrias an operating-system path. - Path
UriParse Error