How can I use wildcard characters in a file path? Is it possible?
I have a data vendor that makes data available for download using file paths that use as part of the path, .../2008_0830_103028/.... In other words the paths are auto-generated and include the year, date, hour/minute/second, in the file path. I want to just specify the year and date in the path and use .../2008_0830_xxxxxx/... so I can automate the data processing. I could use "contains", I guess, but I'd rather specify the path using variable characters. How can I do this? Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311835 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

