Hello, I try to use something like this:
<cfdirectory action="list" name="DirList2" directory="/some/dir" filter="*"> <cfloop query="DirList2"> <cfoutput>#name#</cfoutput> <br> </cfloop> The <cfdirectory> works if I don't add a filter at all, but all tries with a filter result in an empty list. I tried different things like "*", ".*" and "/.*/" but nothing seems to work. I use OpenBD 3.0. Mit freundlichen Grüßen / Best regards Manuel Reimer -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
