@@ -16,7 +16,6 @@ Dim LocsfileContent(0) as String
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)
Dim i as integer
Dim Status as Object
...
...
@@ -250,7 +249,7 @@ Dim MaxIndex as Integer
Redim Preserve DataList(i)
End If
LoadDataFromFile() = True
oOutputStream.CloseInput()
oInputStream.CloseInput()
Else
LoadDataFromFile() = False
End If
...
...
@@ -267,9 +266,12 @@ Dim oUcb as Object
CreateFolder = True
NOSPACEONDRIVE:
If Err <> 0 Then
Msgbox "Folder '"& ConvertFromUrl(sNewFolder) &"' could not be created! Probably your harddisk is out of space!"
CreateFolder() = False
Resume LETSGO
LETSGO:
If InitResources("", "com") Then