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 a filter
attribute on the cfdirectory?  I can figure out how to make it return all
the *.wma files, but I can't figure out how to just give me back Type=File,
(Type is a returned column when using cfdirectory) and not the Type=Dir.
And I've got it doing basically what I want, which is excluding the Dir
Types, with some cfifs, but I'd rather leave them out of the over all
picture.  Any assistance would be greatly appreciated...

Tyler

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to