I'm not looking to init it. I want to view it in the component browser.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dawson, Michael
Sent: Friday, January 09, 2004 1:33 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Invoking Components
If you have a folder outside the web root and you have a CF Custom Tag
path that points to this same folder, you only need to specify CFC name.
You don't need to put the "path" to the CFC sincs it's already in the
mapping.
For example:
C:\Inetpub\MySite\WWWRoot\ <-- Web Root mapped here
C:\Inetpub\MySite\Extensions\Components <--CF Custom Tag Path mapped
here C:\Inetpub\MySite\Extensions\Components\MyCFC.cfc
You only need to use: CreateObject("component", "MyCFC") to instantiate
this component.
Thanks
M!ke
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]