On 5/17/05, Mark Mandel <[EMAIL PROTECTED]> wrote:
> Essentially I have a situation like:
> 
> /com/CFC.cfc
> /resource/config.xml
> 
> If I want CFC.cfc to read config.xml I have to write a expandPath from
> the base template, rather than just being able to go
> expandPath(../resource/config.xml).

So whatever calls com.CFC.someMethod() would have to pass in
expandPath(relativePathToConfigXMLFile) as an argument because CFC.cfc
needs to know where the file is.

There's no logical way around that - the CFC has to be told which file
to read, yes?
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to