@@ -16,7 +16,6 @@ Dim LocsfileContent(0) as String
...
@@ -16,7 +16,6 @@ Dim LocsfileContent(0) as String
End Sub
End Sub
' Prozedur, die die rekursive Auslesefunktion anwirft
Function ReadDirectories(ByVal AnchorDir As String, bRecursive as Boolean, bcheckFileType as Boolean, bGetByTitle as Boolean, Optional sFileContent(), Optional sExtension as String)
Function ReadDirectories(ByVal AnchorDir As String, bRecursive as Boolean, bcheckFileType as Boolean, bGetByTitle as Boolean, Optional sFileContent(), Optional sExtension as String)
Dim i as integer
Dim i as integer
Dim Status as Object
Dim Status as Object
...
@@ -250,7 +249,7 @@ Dim MaxIndex as Integer
...
@@ -250,7 +249,7 @@ Dim MaxIndex as Integer
Redim Preserve DataList(i)
Redim Preserve DataList(i)
End If
End If
LoadDataFromFile() = True
LoadDataFromFile() = True
oOutputStream.CloseInput()
oInputStream.CloseInput()
Else
Else
LoadDataFromFile() = False
LoadDataFromFile() = False
End If
End If
...
@@ -267,9 +266,12 @@ Dim oUcb as Object
...
@@ -267,9 +266,12 @@ Dim oUcb as Object
CreateFolder = True
CreateFolder = True
NOSPACEONDRIVE:
NOSPACEONDRIVE:
If Err <> 0 Then
If Err <> 0 Then
Msgbox "Folder '"& ConvertFromUrl(sNewFolder) &"' could not be created! Probably your harddisk is out of space!"
If InitResources("", "com") Then