Nope, CFIMPORT works for a SINGLE directory, with no subdirectories, so if you have multiple directories, you'll need multiple CFIMPORT tags with different prefixes for each. In general, this is a good thing, because it lets you reference exactly the custom tag you want to call, with no ambiguity. Little problematic if you've been randomly distributing tags all around your custom tag paths and the subdirectories thereof, but it's a one-time cost to organize them, and it won't break any code that uses the custom tag path search.
cheers, barneyb On Fri, 6 Aug 2004 12:11:12 -0500, Schreck, Thomas (PPC) <[EMAIL PROTECTED]> wrote: > Thanks for the responses. I've set up a cfimport tag that points to a > specific directory. Will it look in subfolders for cfm files, or simply > stop at the designated folder? > > So, I have a directory structure that contains many folders and sub > folders. I would like to have a single <cfimport> to the root folder > but still be able to access files from sub folders. Is this possible? > > Thanks - > > Tom Schreck > 817-252-4900 > [EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
