v1.2.0 "athena"
Changes:
Path.toString
now can take a prefix and or suffix both optionals;
New features:
Path.findLastValidNode(ignoreFiles?: boolean): Path
returns a new Path object containing up to the rightmost existing member of the path;static fromCWD(): Path
returns a new Path object representing the current working directory;