Achilles 2 Posted July 29, 2006 (edited) Hello, the title is pretty much all I want to know. Is there a quick way to find out how many files are in folder? Thankyou in advance, Piano_Man Edited July 29, 2006 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites
SmOke_N 211 Posted July 29, 2006 _FileListToArray() ... Then UBound(ArrayReturned) - 1 and you'll have your total. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
randallc 0 Posted July 29, 2006 Hi, Or help file; DirGetSize( "path" [, flag])If the script is paused then this function is paused too and will only continue when the script continues! If you use the extended mode then the array returned from this function is a single dimension array containing the following elements: $array[0]= Size $array[1] = Files count $array[2] = Dirs CountBest, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Share this post Link to post Share on other sites
Achilles 2 Posted July 29, 2006 Hi,Or help file;Best, RandallYay, it worked. Now I need to integrate that in one of my programs, that will be fun.. Thanks a lot for the help both of you.Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites