diff --git a/ATxCommon/FsUtils.cs b/ATxCommon/FsUtils.cs index 446bb35d114971dba9ccd9d5570fdf4f8b6972ca..287669f90b2ee51acf2ee48839f6a4b47bf7964b 100644 --- a/ATxCommon/FsUtils.cs +++ b/ATxCommon/FsUtils.cs @@ -242,7 +242,7 @@ namespace ATxCommon try { // make sure the target directory that should hold all subdirectories to // be moved is existing: - if (string.IsNullOrEmpty(FsUtils.CreateNewDirectory(destPath, false))) { + if (string.IsNullOrEmpty(CreateNewDirectory(destPath, false))) { Log.Warn("WARNING: destination path doesn't exist: {0}", destPath); return false; }