﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1495	HelpFile Bug	snify@…		"_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"	Bug	closed		Documentation	3.3.4.0	None	No Bug		
