RE: Recursive Directory - ColdFusion Component

2003-06-20 Thread Craig Dudley
I was a bit bored at home last night and since I'm trying to learn java I wrote one as a java cfx, it's pretty damn quick, you may find it useful. Call it with.. It creates a query object in the calling cf template. ---code import com.allaire.cfx.*; import java.io.*; public class recursi

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Jim Davis
I made a CustomTag a long tome ago, but it still serves me well (although were I to do it over now I'd probably do it a bit differently). The code is open - feel free to convert it to a Component if you like: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTa gs/DP_FileFind/

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread
Just finished one yesterday. Funny, I pinged the list and didn't get a response. Anyway, if you're intersted in the code mail me off list. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: ht

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Raymond Camden
: Re: Recursive Directory - ColdFusion Component > > > twas in the subject, sorry :) > > "Recursive Directory - ColdFusion Component " > > - Original Message - > From: "Michael T. Tangorre" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EM

Re: Recursive Directory - ColdFusion Component

2003-06-18 Thread Calvin Ward
twas in the subject, sorry :) "Recursive Directory - ColdFusion Component " - Original Message - From: "Michael T. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:26 AM Subject: Re: Recursive

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Craig Dudley
Something like this... In calling page.. dir.cfm -- QueryAddRow(request.filelist); QuerySetCell(request.filelist,"FileName","#attributes.basedir##name#"); QuerySetCell(request.filelist,"FileDate","#DateLastModified#");

Re: Recursive Directory - ColdFusion Component

2003-06-18 Thread Michael T. Tangorre
What exactly is "one of these" - Original Message - From: "Calvin Ward" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:23 AM Subject: Recursive Directory - ColdFusion Component > Has anyone made one of these? > > Calvin > ~~~