﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2650	_FileListToArrayRec returns an extra row in array with number of Files/Folders returned	itaushanov@…		"Simple script:

#include <File.au3>
#include <Array.au3>
$f = ""D:\Torrents\DP_WLAN_12.03_NT6\""
$aFileList =_FileListToArrayRec ($f, ""*.inf"", 1+4+8, 1, 1, 2 )
_ArrayDisplay($aFileList)

This returns:
Row|Col 0
[0]|133
[1]|133
[2]|D:\Torrents\DP_WLAN_12.03_NT6\x64\All\W\Atheros\1\netathrx.inf
[3]|D:\Torrents\DP_WLAN_12.03_NT6\x64\All\W\Atheros\2\netathrx.inf
[4]|D:\Torrents\DP_WLAN_12.03_NT6\x64\All\W\Broadcom\1\bcmwl6.inf
[5]|D:\Torrents\DP_WLAN_12.03_NT6\x64\All\W\Broadcom\2\bcmwl6.inf
[6]|D:\Torrents\DP_WLAN_12.03_NT6\x64\All\W\Broadcom\3\bcmwl6.inf
......

Note row 1, it's a duplicate of row 0.

Without sorting ($f, ""*.inf"", 1+4+8, 1, 0, 2 ) result is fine.

Result of dir /s /b is here:
http://pastebin.com/F1uBTafd

Contents of DP_WLAN_12.03_NT6 are these two files extracted in it:
http://driverpacks.net/driverpacks/windows/7/x64/wlan/12.03
http://driverpacks.net/driverpacks/windows/7/x86/wlan/12.03

Tested with _FileListToArrayRec from the latest beta 3.3.11.3- same result.

"	Bug	closed		AutoIt	3.3.10.2	None	Fixed		
