MS2909
This commit is contained in:
@@ -392,6 +392,7 @@ Public Class ClassWindream
|
||||
|
||||
' Index aus den Eigenschaften auslesen
|
||||
oIndex = oRelProperties.Item(0)
|
||||
'Dim o = oRelProperties.Item(2)
|
||||
' Indexname speichern
|
||||
aIndexNames(j) = oIndex.aName
|
||||
Next
|
||||
@@ -586,7 +587,7 @@ Public Class ClassWindream
|
||||
End If
|
||||
|
||||
If My.Computer.FileSystem.DirectoryExists(Zielverzeichnis) Then
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(" ...targetPath exisitiert", False)
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(" ...targetPath existiert", False)
|
||||
' Überprüfen ob der zu Kopieren notwendige Speicherplatz auf Ziellaufwerk vorhanden ist
|
||||
Dim dvr As New DriveInfo(vWLaufwerk & ":")
|
||||
Dim freeSpace = dvr.TotalFreeSpace
|
||||
|
||||
Reference in New Issue
Block a user