Calling a CFC in a subdirectory
I'm trying to figure out how to use cfinvoke to call a cfc sitting in a subdirectory...
It's apache with userdir turned on (so each user that has a public_html directory in their homedir can have a site)
The resulting logical path looks something like this:
/~user/CFC/component.cfc
/~user/test.cfm
I don't know what to put in test.cfm for it to see component cfc... Usually we would have the CFC directory in document root, so I would just be able to put <cfinvoke component='cfc.component'> but that's not the case now...
Thanks
