"./dir/" =  below the current directory (lazy folks will also use "dir/")
"../dir/" = one directory up the tree
"../../dir/" = two directories up the tree
"../../../dir/" = three up... and so forth

just adding dots won't work.

cfinclude paths are relevant to the file where the command sits, not any parent file/template

Al


On 5/29/2012 10:07 AM, Jason King wrote:
<cfinclude template="./admin/google/googleAd200x200sb.cfm">
<cfinclude template="../admin/google/googleAd200x200sb.cfm">
<cfinclude template=".../admin/google/googleAd200x200sb.cfm">

And for the life of me I can't get it to find this document, even
though it's there, and if I call it via url from the webroot it finds
it.


--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

Reply via email to