Expand description
Path manipulation utilities.
Functions§
- expand_
path - Expand a path that may start with
~to the full home directory path. Also strips a leading@prefix (used by some tool interfaces). - resolve_
read_ path - Resolve a path for reading, trying macOS-specific variants if the initial path doesn’t exist.
- resolve_
to_ cwd - Resolve a path relative to the given working directory.
Handles
~expansion and absolute paths.