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,
 
Back
Top