I once used LogParser, a package provided freely by MS. It provides a
CLI and COM interface that allow virtually any kind of query, search etc
on the windows file system and much more. I use it for parsing the
windows event viewer records and log all big print jobs and some other
stuff, but it also allows running queries on the file system using wild
cards like you want. Queries are much like SQL. Maybe you could give it
a try...

Paul

| -----Original Message-----
| From: Dave Navarro [mailto:[EMAIL PROTECTED] 
| Sent: Thursday, October 16, 2003 9:54 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Recomendation needed
| 
| 
| At 10/16/2003, you wrote:
| >Couldn't you read the images into an array and sort/filter 
| them there? 
| >That way your images will also be preloaded.
| 
| Reading the image names from the drive is the bottleneck.  The FSO in 
| Windows doesn't support wildcards, so I can't just search for 
| "abc*.jpg" 
| which would be super fast.  The folder where the images are 
| stored has 
| several thousand images in it.
| 
| I'm just gonna write a COM component to handle that part for me.
| 
| --Dave
| 
| 
| ____ . The WDVL Discussion List from WDVL.COM . ____
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|        Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: "set WDVLTALK 
| pw=yourpassword" in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
|     http://wdvl.internet.com/WDVL/Forum/#sub
| 
| ________________  http://www.wdvl.com  _______________________
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to