path

host module

Pure path-string manipulation — no IO.

use path — pure path-string manipulation, no IO.

functionsignaturenotes
join(a, b) -> string
parent(p) -> stringempty at root
filename(p) -> string
extension(p) -> stringno dot
normalize(p) -> stringlexical ./..
absolutize(p) -> Result[string, string]against cwd, then normalize