Normalizes a path for consistent storage and lookup. If relative_path is set, converts relative paths to absolute using that base path. Always resolves symlinks regardless of relative_path setting.
| path |
The path to normalize |
| depth |
Current recursion depth (prevents infinite loops from symlink cycles) |
|
Normalized path with symlinks resolved |