ViewList 배포 포함
This commit is contained in:
@@ -409,8 +409,11 @@ namespace DDUtilityApp.MESDOWNLOADER
|
||||
}
|
||||
else
|
||||
{
|
||||
string filename = Util.GetFileMerge(downloads);
|
||||
System.Diagnostics.Process.Start(filename);
|
||||
string fileName = Util.GetFileMerge(downloads);
|
||||
string extension = System.IO.Path.GetExtension(fileName);
|
||||
if (string.Compare(extension, ".Log", true) != 0)
|
||||
System.IO.File.Move(fileName, fileName += ".log");
|
||||
System.Diagnostics.Process.Start(fileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user