Skip to main content

Crate codex_utils_path

Crate codex_utils_path 

Source
Expand description

Path normalization, symlink resolution, and atomic writes shared across Codex crates.

Structs§

SymlinkWritePaths

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 path while retaining a safe write path.
write_atomically