HDL_ON/DAL/FileUtils.cs
@@ -416,8 +416,8 @@ System.IO.FileInfo fileInfo = new System.IO.FileInfo(oldPath); if (fileInfo.Exists) { fileInfo.CopyTo(Application.RootPath + fileName, true); //Shared.Utlis.WriteLine("Restroe : " + NextFile.Name); fileInfo.CopyTo(Path.Combine(RootPath, fileName), true); //Utlis.WriteLine("FileCopyToRootPath : " + Path.Combine(RootPath, fileName)); } }