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