Expand description
Path normalization, symlink resolution, and atomic writes shared across Codex crates.
Structs§
Functions§
- is_wsl
- Returns true if the current process is running under Windows Subsystem for Linux.
- normalize_
for_ native_ workdir - normalize_
for_ path_ comparison - paths_
match_ after_ normalization - Compare paths after applying Codex’s filesystem normalization.
- resolve_
symlink_ write_ paths - Resolve the final filesystem target for
pathwhile retaining a safe write path. - write_
atomically