Update EDKB08 - Index-File-Move to SikInd

This commit is contained in:
2021-05-24 15:27:10 +02:00
parent fb0247c874
commit 07e8a2e4d1
25 changed files with 9 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -101,7 +101,8 @@ Public Class clsIndexData
Catch
End Try
Try
File.Delete(Me.IndexFileName)
File.Move(Me.IndexFileName, Params.Inputverzeichnis + "\IndSik\" + Now.ToString("yyyyMMddHHmmss") + "_" + Path.GetFileName(Me.IndexFileName))
'File.Delete(Me.IndexFileName)
Catch
End Try
End If

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName:=".NET Framework 4.5")>