Hi Manuel,

I just tested the following code with OpenBD Desktop 2.0.2 and 3.0, and it 
works just fine for me.

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



On Tuesday, April 16, 2013 7:37:55 AM UTC-5, Manuel Reimer wrote:
>
> 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.


Reply via email to