mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
Switch to .NET 8
This commit is contained in:
parent
129df42de4
commit
5d7a74eece
5 changed files with 6 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue