As provided here paths in Windows cannot contain angle brackets (< and >).
But method GetInvalidPathChars() in Path class which returns array of prohibited characters, does not contain angle brackets.

Also there is an example of using this method in the Microsoft Docs where angle brackets are also stated as invalid.

I propose to change it to something like this:
