Update EDKB08 - Index-File-Move to SikInd

master
Stefan Hutter 5 years ago
parent fb0247c874
commit 07e8a2e4d1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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

@ -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")>
Loading…
Cancel
Save