Well, recurse=true is going to make the tag walk through the files in that directory, that directory's subdirectories, it's subdirectories, etc...
Exactly how many files/directories are you attempting to list? -Cameron On Mon, Jan 4, 2010 at 4:48 PM, Moises Alejandro Zamora Villasana < [email protected]> wrote: > Im trying with the UNC but in some folders take a lot of time to load and > display this error: > > > > > > *The request has exceeded the allowable time limit Tag: cfdirectory * > > > > > > The error occurred in > *E:\inetpub\wwwroot\proyectosbv\entregables_proyectos.cfm: > line 60* > > 58 : name="Test_Dir" > > 59 : recurse="yes" > > *60 : sort="name ASC, size DESC">* > > > > > > > > > > > > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Cameron > Childress > Sent: lunes, 04 de enero de 2010 03:34 p.m. > To: [email protected] > Subject: Re: [ACFUG Discuss] Cfdirectory with map network drive > > > > Well, the mapping is local to the user who is currently logged into > > the machine. It's somewhat easier to use a UNC path, but then > > remember that the user that the CF process "runs as" also needs > > permissions on that remote drive. This may mean using a domain > > account. > > > > Permissions are really a pain with this type of thing. > > > > -Cameron > > > > On Mon, Jan 4, 2010 at 4:25 PM, Moises Alejandro Zamora Villasana > > <[email protected]> wrote: > > > Do you know if the CFDirectory action=LIST works with a map network > drive? > > > > > > -- > > Cameron Childress > > Sumo Consulting Inc > > http://www.sumoc.com > > --- > > cell: 678.637.5072 > > aim: cameroncf > > email: [email protected] > > > > > > ------------------------------------------------------------- > > To unsubscribe from this list, manage your profile @ > > http://www.acfug.org?fa=login.edituserform > > > > For more info, see http://www.acfug.org/mailinglists > > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > > List hosted by http://www.fusionlink.com > > ------------------------------------------------------------- > > > > > > > > __________________________________________________________________ > COMIMSA, Premio Nacional de Tecnología 2008. http://www.comimsa.com.mx/pnt > > Comentarios, quejas y/o sugerencias relacionadas con los proyectos > o servicios tecnológicos ofrecidos por COMIMSA, favor de > dirigirlas a [email protected] > > > > ------------------------------------------------------------- > To unsubscribe from this list, manage your profile @ > http://www.acfug.org?fa=login.edituserform > > For more info, see http://www.acfug.org/mailinglists > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > List hosted by FusionLink <http://www.fusionlink.com> > ------------------------------------------------------------- -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [email protected]
