Fixed Drive Letters for Windows Platform

This commit is contained in:
Paius Emanuel-Andrei 2021-11-13 14:55:14 +02:00
parent a2da07eff3
commit 210986a7f0

View File

@ -37,7 +37,7 @@ public readonly struct AbsolutePath : IPath, IComparable<AbsolutePath>, IEquatab
}
private static readonly HashSet<char>
DriveLetters = new("ABCDEFGJIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
DriveLetters = new("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
private static PathFormat DetectPathType(string path)
{