Directory Search

F

Fran

I'm trying to write a code that will search a specify drive and list all files in the folders and subfolders, with attributes like, size, date created, last access date etc, etc. I also want to search for a specific file type, like *.mdb using wildcard

Thank
fran
 
R

Rick B

Fran:

One posting will suffice. You do not need to post multiple messages (and in
multiple groups).

This is one way to ensure that no one will spend their time helping you.

Rick B


I'm trying to write a code that will search a specify drive and list all
files in the folders and subfolders, with attributes like, size, date
created, last access date etc, etc. I also want to search for a specific
file type, like *.mdb using wildcard.

Thanks
fran
 
P

PC Datasheet

Look at the Dir and FileAttrib methods in the Help file.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
[email protected]
www.pcdatasheet.com


Fran said:
I'm trying to write a code that will search a specify drive and list all files
in the folders and subfolders, with attributes like, size, date created, last
access date etc, etc. I also want to search for a specific file type, like *.mdb
using wildcard.
 
Top