From ba2a4f5cd7e0473e317ad2fb8d134262dcd0bd15 Mon Sep 17 00:00:00 2001 From: "Culak-HP\\Culak" Date: Sat, 10 Oct 2020 18:34:00 +0200 Subject: [PATCH] test3 --- Mip/classDiskOperations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mip/classDiskOperations.cs b/Mip/classDiskOperations.cs index 25e10d0..f45474b 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 + if (Directory.Exists(TempPath)) //adresár už existuje jsdkj { RemovePathProtection(TempPath); System.IO.DirectoryInfo adresar = new System.IO.DirectoryInfo(TempPath);