Modify ↓
Opened 15 years ago
Closed 15 years ago
#1495 closed Bug (No Bug)
HelpFile Bug
Reported by: | snify@… | 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)
Change History (1)
comment:1 Changed 15 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
The doc and the example are correct