﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
966	_FileListToArray - new flag (4)	Zedna	guinness	"Here is proposition for change to _FileListToArray(). It's fully backward compatible.

There is new value for $iFlag = 4 --> Return Folder/File names also with full path

Flag values are now checked by BitAnd().

There is also new example included:


{{{
$FileList=_FileListToArray(@ScriptDir,""*.au3"",1+4); only files (with full path)
...

}}}

I needed this functionality in one of my projects so I have created local modified version of _FileListToArray for myself.
I think this addition can be handy for many people.

Note: 
I have sent this by PM to Gary as proposition to UDF but he replied to me it would be better in way of ticket here on Track - so here it is :-)"	Feature Request	closed	3.3.9.5	Standard UDFs		None	Completed		
