I tried and got an error evaluating expression..

-----Original Message-----
From: Rocky Palladino [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 1:38 PM
To: CF-Talk
Subject: Re: cfdirectory


>  Is there any way to use cfdirectory this way in CF 4.5:
> 
>  <cfdirectory ACTION="directory action"
>      DIRECTORY="../directory/files">

Did you try using the expandPath() function around your relative path?

<cfdirectory ACTION="directory action"
      DIRECTORY="#expandPath(../directory/files)#">


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to