It just might help if I pasted in the code.....sorry. > What am I doing wrong here as nothing shows up even with debugging turned > on. > The S drive is a mapped network drive. > If mapped drive is the issue, is there any way around it? > > Terry >
<cfset dir="s:\"> <cfdirectory action="list" directory="#dir#" filter="*.*" name="slides" sort="name"> <table> <cfoutput query="slides"> <tr><td></td><td>#name#</td></tr> </cfoutput> </table> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345930 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

