| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
From your searching you should have found examples of iterating through all of the files in a folder. Each file object has a .Size property. All you need to do is iterate through the files and use an If-Then to test each file's .Size property to see if it is 0.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|