﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
969	FileFindNextFile @extended = 0 for folder $Recycle.Bin	wraithdu	Jpm	"Win7 RC1, AutoIt 3.3.1.0

FileFindNextFile returns @extended = 0 (a file) for the hidden, system folder $Recycle.Bin when searching the root of the drive.

Ex. -
{{{
$hFind = FileFindFirstFile(""C:\*.*"")
While 1
	$file = FileFindNextFile($hFind)
	If @error Then ExitLoop

	ConsoleWrite(@extended & ""  :  "" & FileGetAttrib(""C:\"" & $file) & ""  :  "" & $file & @CRLF)
WEnd
FileClose($hFind)
}}}"	Bug	closed	3.3.1.1	AutoIt	3.3.1.0	None	Fixed	Win7 RC1	
