Bryan That worked Beautiful Thank You so Much!!!

-----Original Message-----
From: Bryan Love [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 2:22 PM
To: CF-Talk
Subject: RE: cfdirectory


missing quotes:

.#expandPath("../directory/files")#...

+-----------------------------------------------+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
TeleCommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
        - Thomas Paine, The American Crisis



-----Original Message-----
From: Webmaster [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 12:19 PM
To: CF-Talk
Subject: RE: cfdirectory


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