The question would really just apply to files. I would be automating a daily download from a specific directory to which I have access.
The files would follow this format: II20080830_033219_ACR.log Everything but the hour/minute/second part is consistent each day: II20080830_xxxxxx_ACR.log The x's are where I need variable characters since that's the exact hour/minute/second the file is created. But thinking about your comments about using cfdirectory, would I be able to access the directory the files are in each day, get a list, and download them via ftp each day? Can cfdirectory read a remote directory and provide a list of files? I glanced around the docs and google but didn't see an answer, so thought it'd just be quicker to ask than research all day. Rick > -----Original Message----- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 30, 2008 1:08 PM > To: CF-Talk > Subject: Re: Wildcard characters in filepath? > > >>How can I use wildcard characters in a file path? > > In a file path for what ? > If it is for an HTTP request, the answer is no. > If it is for CFFILE, it is still no. > Using wild cards could mean that several files could be returned, and > both HTTP and CFFILE can deal with only one file at a time. > > However, you could use CFDIRECTORY action="list" with a filter to get > the name of the file. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:311839 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

