canonicalize method

WindowsPath canonicalize()

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

Implementation

WindowsPath canonicalize() => WindowsPath(_windows.canonicalize(_string));