Marcus F schrieb:
> <cfoutput>
>     <cfdirectory
>         directory = "#ExpandPath("books")#"
>         action = "list"
>         filter = "*.pdf|*.mobi"
>         listInfo = "full"
>         name = "filelist"
>         sort = "ASC"
>         type = "file">
> </cfoutput>
>     <cfoutput query="filelist">
>         #name#<br />
>     </cfoutput>

Maybe the important difference is, that I tried to list *directories*
and not files. For example, I want to filter for all directory names
starting with "test". Then I would use "type="dir"" and a filter like
"test*". Seems like OpenBD only applies the filter on files and doesn't
match for directories.

Yours

Manuel

-- 
-- 
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.


Reply via email to