Question
How do I use cfinclude
I have a directory like this:
-root
-includes
-javascript
-load_states.cfm
-explorer
-tools
-reg_update
-questions_render.cfm
Now i am currently working in questions_render.cfm file, and i want to write a <cfinclude> tag within this file to reference load_states.cfm.
How chould i write the relative path for load_states.cfm?
really thanks!
