Methods
- path.resolve(pathString); // resolve a relative path string onto the current path creating a new path object (ie: Resolving "./baz" onto a path object for /foo/bar gives us a path to /foo/bar/baz)
- path.follow(pathString); // same as resolve, however symbolic links are also followed to the final absolute path