test4 fix test3

This commit is contained in:
Culak-HP\Culak
2020-10-10 18:35:36 +02:00
parent ba2a4f5cd7
commit 97ce618df7

View File

@@ -19,7 +19,7 @@ namespace Mip
public static void CreatePath()
{
if (Directory.Exists(TempPath)) //adresár už existuje jsdkj
if (Directory.Exists(TempPath)) //adresár už existuje
{
RemovePathProtection(TempPath);
System.IO.DirectoryInfo adresar = new System.IO.DirectoryInfo(TempPath);