New version 1.005
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user