mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed Drive Letters for Windows Platform
This commit is contained in:
parent
a2da07eff3
commit
210986a7f0
@ -37,7 +37,7 @@ public readonly struct AbsolutePath : IPath, IComparable<AbsolutePath>, IEquatab
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static readonly HashSet<char>
|
private static readonly HashSet<char>
|
||||||
DriveLetters = new("ABCDEFGJIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
|
DriveLetters = new("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
|
||||||
|
|
||||||
private static PathFormat DetectPathType(string path)
|
private static PathFormat DetectPathType(string path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user