mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
Format schformat
This commit is contained in:
@@ -8,7 +8,9 @@ namespace DiscordChatExporter.Core.Utils;
|
||||
public static class PathEx
|
||||
{
|
||||
private static readonly HashSet<char> InvalidFileNameChars =
|
||||
[..Path.GetInvalidFileNameChars()];
|
||||
[
|
||||
.. Path.GetInvalidFileNameChars()
|
||||
];
|
||||
|
||||
public static string EscapeFileName(string path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user