Can't believe I'm asking this....

I've never seen this anywhere before, but it seems to work:
<cfinclude template="..\view/layouts/sometemplate.cfm">
Can someone please explain to me why the backslash "..\" then
the correct path with the "/" - forward slashes seem to work?
I'm not a newbie by far, but this one has me stumped! :0)
Thanks for any insight!

..\ means parent directory... it should work by either using
../ or ..\. CF as far as I know doesn't care which slash you
use.... (at least in Windows, Linux implementations may require the
'/'.)

Similar Messages

Maybe you are looking for