Modify ↓
Opened 16 years ago
Closed 16 years ago
#1495 closed Bug (No Bug)
HelpFile Bug
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
_FileListToArray is wrong please correct the @error example
#Include <File.au3>
#Include <Array.au3>
$FileList=_FileListToArray(@DesktopDir)
If @Error=4 Then
MsgBox (0,"","No Folders Found.")
Exit
EndIf
If @Error=1 Then
MsgBox (0,"","No Files Found.")
Exit
EndIf
_ArrayDisplay($FileList,"$FileList")
Greetz Snify
Attachments (0)
Note:
See TracTickets
for help on using tickets.

The doc and the example are correct