Or if on Win2K just use the tree DOS command. -----Original Message----- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 14:48 To: CF-Community Subject: RE: CF TAG
I'm thowing this in just to see how loud the screams get, but... You could CFEXECUTE a DOS DIR command with /s and /b option to a text file and then read in the text file. How often are you doing this? General Question: How bad is the CFEXECUTE command as far as performance/me mory usage? (Compared to, say, a bunch of nested CFDirectory calls) Jerry Johnson >>> [EMAIL PROTECTED] 11/28/01 02:08PM >>> I was hoping to do something without using CFTREE. But I am looking at what you sent as well. -----Original Message----- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 2:04 PM To: CF-Community Subject: Re: CF TAG I have this one (currently writing all the paths to a static CFTREE file but that could be cut out) http://cfhub.com/contributions/dir2tree/ > Does anyone have a CFTAG that will parse through a directory to > include subs and return the full directory / path / filenames. > > I know CFDirectory does return this in a Query however this will > return a listing of the GIVEN directory and not to include the SUBS. > > I basically need a tag that will do this: > Root Folder: C:\FILES > > Would return in some fashion (not neccessary file the ROOT) > C:\FILES\CF\TAG2.CFM C:\FILES\CF\TAG1.CFM > C:\FILES\JAVASCRIPT\TAG1.JS > C:\FILES\JAVASCRIPT\TAG1.JS > C:\FILES\JAVASCRIPT\USERS\1.JS > C:\FILES\JAVASCRIPT\USERS\2.JS > C:\FILES\USERS\MINE.TXT > > Anyone know of a utility to do this which I have to use on a CF 4.5 > server?? > > I know there are UDFs in CFLIB.ORG but not quite what I need. > > > Randy Adkins > Tech Lead - Novient > SRA International > [EMAIL PROTECTED] > (703) 803-1677 > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
