Hi,
From the O/S (windows 2000) I can right-click a folder and click search, then filter my file search by date.
I've tried to find a way to do this programatically in VB using Dir or the FileSystemObject but I see no way to do it. Am I missing something? If not, is there a third-party control that will allow me to do it? I need to find files by date in a folder conatining hundreds of thousands of files, so looking at the DateTimeStamp of each file is not a very good option.
Thanks in advance!
From the O/S (windows 2000) I can right-click a folder and click search, then filter my file search by date.
I've tried to find a way to do this programatically in VB using Dir or the FileSystemObject but I see no way to do it. Am I missing something? If not, is there a third-party control that will allow me to do it? I need to find files by date in a folder conatining hundreds of thousands of files, so looking at the DateTimeStamp of each file is not a very good option.
Thanks in advance!