> Anywho...my issue is this:
>
> <cfdirectory action="list" directory="c:\somedirectory\"
> name="??????" sort="name">
>
> what should go in the name value ?  especially if I want to
> list the entire contents of the directory.

The name can be whatever you want it to be. You use the name to reference
the list of files within the directory as if it was a query. So, if you
named it "foo", you could do this:

<cfoutput query="foo">
#foo.type# - #foo.name# - #foo.size# - #foo.datelastmodified#<br>
</cfoutput>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to