Create snippets directory if it doesn't exist
This commit is contained in:
parent
a23a602abb
commit
dec2e7ae42
1 changed files with 3 additions and 0 deletions
|
@ -164,4 +164,7 @@ if (!Directory.Exists("Icon"))
|
||||||
if (!Directory.Exists("Save"))
|
if (!Directory.Exists("Save"))
|
||||||
Directory.CreateDirectory("Save");
|
Directory.CreateDirectory("Save");
|
||||||
|
|
||||||
|
if (!Directory.Exists("Snippets"))
|
||||||
|
Directory.CreateDirectory("Snippets");
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
Loading…
Add table
Reference in a new issue