﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2940	"_FileListToArrayRec does not return files having no extension with ""*.*"" as filter"	jguinch		"In a folder with some files that have no extension (for example the hosts file in C:\Windows\System32\drivers\etc), _FileListToArrayRec does not return the same thing than _FileListToArray if I use *.* as filter :
   '''_FileListToArray(""C:\Windows\System32\drivers\etc"", ""*"")''' : returns all files
   '''_FileListToArray(""C:\Windows\System32\drivers\etc"", ""*.*"")''' : returns all files
   '''_FileListToArrayRec(""C:\Windows\System32\drivers\etc"", ""*"")''' : returns all files
   '''_FileListToArrayRec(""C:\Windows\System32\drivers\etc"", ""*.*"")''' : returns only files with extensions

It seems logic that _FileListToArrayRec and _FileListToArray should have the same behaviour with the same filter, no ?
"	Bug	closed		AutoIt	3.3.12.0	None	No Bug		
