I have the following code:
<cfdirectory
action="LIST"
directory="c:\Intepub\wwwroot\Papers\SubmittedPapers\"
name="myDirectory">
 
then I have <cftable query="myDirectory">
 <cfcol header="File Name" text="#Name#">
</cftable>
 
I have three files in the directory, yet I cannot see them. Why is this?
 
Thanks,
Bruce

Reply via email to