diff --git a/ATxCommon/FsUtils.cs b/ATxCommon/FsUtils.cs
index 8f80a988b9d09aa3e86b0f5ca7e12681c2ab079a..7f2e3b75ad0e2548a6f307194ee62c48cce22978 100644
--- a/ATxCommon/FsUtils.cs
+++ b/ATxCommon/FsUtils.cs
@@ -52,7 +52,7 @@ namespace ATxCommon
                 Log.Error("ERROR: CheckForDirectory() parameter must not be empty!");
                 return false;
             }
-            return FsUtils.CreateNewDirectory(path, false) == path;
+            return CreateNewDirectory(path, false) == path;
         }
 
         /// <summary>