New version 1.005

This commit is contained in:
Culak-HP\Culak
2020-10-20 19:32:25 +02:00
parent 97ce618df7
commit 9caf446fe0
26 changed files with 2067 additions and 673 deletions

View File

@@ -26,14 +26,14 @@ namespace Mip
foreach (System.IO.FileInfo file in adresar.GetFiles()) file.Delete();
foreach (System.IO.DirectoryInfo subDirectory in adresar.GetDirectories()) subDirectory.Delete(true);
//AddPathProtection(TempPath);
AddPathProtection(TempPath);
}
// adresar neexistuje - vytvorenie
else
{
Directory.CreateDirectory(TempPath);
//AddPathProtection(TempPath);
AddPathProtection(TempPath);
}
}