canonicalize method
Returns the canonical, absolute form of the path with all intermediate components normalized.
Implementation
UnixPath canonicalize() => UnixPath(_posix.canonicalize(_string));
Returns the canonical, absolute form of the path with all intermediate components normalized.
UnixPath canonicalize() => UnixPath(_posix.canonicalize(_string));