Is there a way to easily delete files with wildcards? I want to delete some files that begin with something like "20051118_". The rest of the filename contains randomly-generated character such as "20051118_34425623.jpg". CFFILE does not accept wildcards. My next attempt will be CFDIRECTORY to get a list of files in the directory. Then, I will loop over those files until I find the ones I want. Then, I will perform a CFFILE on that value. This solution kind of sucks because I have to loop over a list that could contain thousands of files. Any other suggestions?
Thanks M!ke M!chael A Dawson Database Administrator and Manager of Web Applications Office of Technology Services University of Evansville 1800 Lincoln Avenue Evansville, IN 47722 812-488-2581 MSN Messenger ID: [EMAIL PROTECTED] "There are 10 types of people in the world: Those who understand binary numbers and those who don't." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224675 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

