mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Update DiscordChatExporter.Core/Utils/Extensions/PathExtensions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4659e8fad0
commit
9a272fde43
|
|
@ -12,7 +12,7 @@ public static class PathExtensions
|
||||||
// We use this instead of Path.GetInvalidFileNameChars() because that only returns OS-specific characters,
|
// We use this instead of Path.GetInvalidFileNameChars() because that only returns OS-specific characters,
|
||||||
// not filesystem-specific characters. This means that it's possible to use, for example, an NTFS drive on
|
// not filesystem-specific characters. This means that it's possible to use, for example, an NTFS drive on
|
||||||
// Linux, which would allow the OS to create filenames with '?' but result in errors when writing to the filesystem.
|
// Linux, which would allow the OS to create filenames with '?' but result in errors when writing to the filesystem.
|
||||||
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1417
|
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1452
|
||||||
private static readonly char[] InvalidFileNameChars =
|
private static readonly char[] InvalidFileNameChars =
|
||||||
[
|
[
|
||||||
'\0', // Null character - invalid on all filesystems
|
'\0', // Null character - invalid on all filesystems
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue