test4 fix test3
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Mip
|
|||||||
|
|
||||||
public static void CreatePath()
|
public static void CreatePath()
|
||||||
{
|
{
|
||||||
if (Directory.Exists(TempPath)) //adresár už existuje jsdkj
|
if (Directory.Exists(TempPath)) //adresár už existuje
|
||||||
{
|
{
|
||||||
RemovePathProtection(TempPath);
|
RemovePathProtection(TempPath);
|
||||||
System.IO.DirectoryInfo adresar = new System.IO.DirectoryInfo(TempPath);
|
System.IO.DirectoryInfo adresar = new System.IO.DirectoryInfo(TempPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user