This commit is contained in:
Culak-HP\Culak
2020-10-10 18:34:00 +02:00
parent 907e26023c
commit ba2a4f5cd7

View File

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