From 97ce618df7dccd416ed06bb0b78e67556928b87e Mon Sep 17 00:00:00 2001 From: "Culak-HP\\Culak" Date: Sat, 10 Oct 2020 18:35:36 +0200 Subject: [PATCH] test4 fix test3 --- Mip/classDiskOperations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mip/classDiskOperations.cs b/Mip/classDiskOperations.cs index f45474b..25e10d0 100644 --- a/Mip/classDiskOperations.cs +++ b/Mip/classDiskOperations.cs @@ -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);