Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading filenames within a directory 1

Status
Not open for further replies.

TommyTea

Programmer
Nov 7, 2002
43
US
Does anyone have some code that will read through all of the filenames within a given directory or subdirectory? I need to process (unzip) a large number of files and I need to get the filenames so that I can feed them to winzip. Thanks.
 
Try either the dir() function or look at FileSystemObject.
Plenty of examples in this forum.
Peter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top