Another quick fix
This commit is contained in:
parent
6470c6ef34
commit
a06e1fe8e0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user