|
Hey Russell,
You might be getting "type" mixed up with "filter"
attribute.
<cfdirectory action=""
directory="C:/CFusionMX\wwwroot\">
returns all the directories and files in that
directory.
If you use the filter,
<cfdirectory action=""
directory="C:/CFusionMX\wwwroot\" filter="*.cfm">
will return just your ColdFusion
files.
I don't know about a filter just for
directories. You might have to call the whole directory and write some
code to just keep just the directories. But this may be what you're
asking...
Thanks,
Joe Kelly
|
- Folder Names Russell Patterson
- Re: Folder Names Joe Kelly
- Re: Folder Names Joe Kelly
- Re: Folder Names Russell Patterson
- Re: Folder Names Russell Patterson
- Re: Folder Names Russell Patterson
- Re: Folder Names S . Isaac Dealey
