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
(e-mail address removed)
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top