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