_FileFindEx Get More from File/Folder Searches  (formerly _WinAPI_FileFind)   Since it's always bugged me that the AutoIT implementation of 'FindFirstFile'  and 'FindNextFile' only returned filenames and that extra calls had to be made  to get file-size, attributes, short-names, and date/time of file  creation,last-access, & last-modification which severely increased the  amount of time it took to properly analyze the contents of a folder and it's  files, I decided to create an alternative.