Removed 1-14 columns
Two files for IQS dotnet_diagnostic changes Delete file if exists in OpenInsightMetrologyViewer.SendData yml explicit contents
This commit is contained in:
@ -117,6 +117,8 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
if (!Directory.Exists(directory))
|
||||
_ = Directory.CreateDirectory(directory);
|
||||
string fullPath = Path.Combine(directory, Path.GetFileName(reportFullPath));
|
||||
if (File.Exists(fullPath))
|
||||
File.Delete(fullPath);
|
||||
File.Copy(reportFullPath, fullPath);
|
||||
WSRequest wsRequest = new(this, _Logistics, descriptions, fullPath);
|
||||
(string json, WS.Results wsResults) = WS.SendData(_OpenInsightMetrologyViewerAPI, wsRequest);
|
||||
|
Reference in New Issue
Block a user