﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2365	FileFindNextFile - information in @extended	Melba23	Jon	"At present ''FileFindNextFile'' sets ''@extended'' to '''1''' if the return is a folder. Could this behaviour be extended to give more attribute information in all cases? 

The ''FindNextFileW'' call returns the current attributes in the ''FileAttributes'' part of the structure - ''BitAnd'' could then extract the the standard values as set out in http://msdn.microsoft.com/en-us/library/windows/desktop/gg258117(v=vs.85).aspx. 

I realise this would be script-breaking in that it would require a ''BitAND(@extended)'' rather then a simple ''If @extended'' to detect folders, but in my opinion the advantage of not having to use a subsequent ''FileGetAttrib'' command on the returned file/folder outweigh that.

M23"	Feature Request	closed	3.3.13.1	AutoIt		None	Completed		
