canonicalize method

UnixPath canonicalize()

Returns the canonical, absolute form of the path with all intermediate components normalized.

Implementation

UnixPath canonicalize() => UnixPath(_posix.canonicalize(_string));