mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -73,7 +73,7 @@ namespace ArchiSteamFarm {
|
||||
internal static string GetRelativePath(string relativeTo, string path) {
|
||||
#if NET472
|
||||
// This is a very silly implementation
|
||||
if (!path.StartsWith(relativeTo, StringComparison.OrdinalIgnoreCase)) {
|
||||
if (!path.StartsWith(relativeTo, StringComparison.Ordinal)) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user