Switch to .NET 8

This commit is contained in:
Tyrrrz 2023-11-14 20:05:15 +02:00
parent 129df42de4
commit 5d7a74eece
5 changed files with 6 additions and 10 deletions

View file

@ -27,7 +27,4 @@ public static class PathEx
return buffer.ToString();
}
public static bool IsDirectoryPath(string path) =>
path.EndsWith(Path.DirectorySeparatorChar) || path.EndsWith(Path.AltDirectorySeparatorChar);
}