Re: Quick cfdirectory ?...

2001-12-12 Thread Tyler Silcox
- From: Lloyd Bayley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 9:56 PM Subject: Re: Quick cfdirectory ?... I did it this way... Set the query here... cfdirectory action=LIST directory=d:\folder\subfolder name=Qry_Show_Folder Show the files without

RE: Quick cfdirectory ?...

2001-12-12 Thread Craig Dudley
-Talk Subject: Re: Quick cfdirectory ?... I set it up the same way as below with the if statement. I was just looking for a quick and (not-so) dirty solution, and I really don't know why they are there in the first place. Can you climb a directory tree with these or what? Thanks James and Lloyd

Re: Quick cfdirectory ?...

2001-12-11 Thread James Sleeman
At 03:01 PM 12/12/2001, you wrote: Is it possible to keep the Dir Types out of my query for cfdirectory? With a filter maybe? This is what I got's: cfdirectory name=myQueryName action=LIST directory=#request.Path.FileDir#filez\ and it returns: ., .., file01, file02, file03, etc. Can I throw

Re: Quick cfdirectory ?...

2001-12-11 Thread Lloyd Bayley
I did it this way... Set the query here... cfdirectory action=LIST directory=d:\folder\subfolder name=Qry_Show_Folder Show the files without directories here... select name=Cmb_FolderView size=9 cfoutput query=Qry_Show_Folder cfif #type# neq Dir

Re: Quick cfdirectory ?...

2001-12-11 Thread Jon Hall
, 2001 9:01 PM Subject: Quick cfdirectory ?... Is it possible to keep the Dir Types out of my query for cfdirectory? With a filter maybe? This is what I got's: cfdirectory name=myQueryName action=LIST directory=#request.Path.FileDir#filez\ and it returns: ., .., file01, file02, file03