RE: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Andrew Hewitt
is is exactly what I need. Thank you very much Cameron. Andrew Hewitt Webworld Technologies www.webworldtech.com -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 11:08 PM To: CF-Talk Subject: Re: Programmatically figuring out path

Re: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Cameron Childress
On 4/27/05, Andrew Hewitt <[EMAIL PROTECTED]> wrote: > This is great. Thanks for the info. However I do need an option that > works with CFMX 6.1 as well. Is there anything like this for CFMX 6.1? In CFMX 6.1: factory.runtimeService.getRootDir() -Cameron -- Cameron Childress Sumo Consulting Inc

RE: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Andrew Hewitt
. Any ideas? Andrew Hewitt Webworld Technologies www.webworldtech.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 6:15 PM To: CF-Talk Subject: RE: Programmatically figuring out path to CF installation dir > The path is stored in the

RE: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Andrew Hewitt
, April 27, 2005 6:29 PM To: CF-Talk Subject: Re: Programmatically figuring out path to CF installation dir On 4/27/05, Andrew Hewitt <[EMAIL PROTECTED]> wrote: > Is there a way programmatically to figuring out what the full path to > the ColdFusion installation directory is? I mean

Re: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Cameron Childress
On 4/27/05, Andrew Hewitt <[EMAIL PROTECTED]> wrote: > Is there a way programmatically to figuring out what the full path to > the ColdFusion installation directory is? I mean the actually > installation directory and not cfide and docs and all that. Thanks in > advance. If you are using CFMX 7, y

RE: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Dave Watts
> The path is stored in the registry. On our CF5 servers it's at > > HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\ RootDirectory > > Should be just as easy to find on later versions. CFMX doesn't use the registry to store configuration information. It stores that information wi

Re: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Jim McAtee
;CF-Talk" Sent: Wednesday, April 27, 2005 3:18 PM Subject: RE: Programmatically figuring out path to CF installation dir > So nobody has any idea how to do this? > > -Original Message- > From: Andrew Hewitt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 1:3

RE: Programmatically figuring out path to CF installation dir

2005-04-27 Thread Andrew Hewitt
So nobody has any idea how to do this? -Original Message- From: Andrew Hewitt [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 1:30 PM To: CF-Talk Subject: Programmatically figuring out path to CF installation dir Is there a way programmatically to figure out what the full path