From a06e1fe8e0415b815cfdc84c46c7d674b39dbe99 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Sun, 28 May 2023 16:15:19 -0400 Subject: [PATCH] Another quick fix --- Switch_Toolbox_Library/Compression/Formats/Zstb.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Switch_Toolbox_Library/Compression/Formats/Zstb.cs b/Switch_Toolbox_Library/Compression/Formats/Zstb.cs index f68d4546..e6363233 100644 --- a/Switch_Toolbox_Library/Compression/Formats/Zstb.cs +++ b/Switch_Toolbox_Library/Compression/Formats/Zstb.cs @@ -92,6 +92,8 @@ namespace Toolbox.Library string folder = Path.Combine(userDir, "TOTK", "ZstdDictionaries"); + if (!Directory.Exists(folder)) + Directory.CreateDirectory(folder); void TransferZDic(string path) {