File Search!!

  • Thread starter Thread starter Vai2000
  • Start date Start date
V

Vai2000

Hi All, Is there a way to search for files within a specific date range and
pattern. I know the later but don't know how to enforce the date range in
searching files in a given dir.

TIA
 
Hi,

You can easily do such a method, take as base the Directory.GetFiles( )
and then using File.GetCreationTime or File.GetAccessTile

It's very simple really.


Cheers,
 
Thanks, I was looking for some COM API's (which the windows search uses...)
 

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

Back
Top