Expand description
An iterator to resolve and canonicalize a filename.
Structs§
- Component 🔒
- A single piece of a path.
- Resolve
Path 🔒 - An iterator to resolve and canonicalize a filename, imitating the actual filesystem’s lookup behavior.
Enums§
Constants§
- MAX_
STEPS 🔒 - How many steps are we willing to take in resolving a path?
Functions§
- push_
prefix 🔒 - Push the string representation of each component of
path
ontostack
, from last to first, so that the first component ofpath
winds up on the top of the stack.