Salma T. answered 09/26/21
Tutor
New to Wyzant
<cfinclude template="#ExpandPath("../../stuff.cfm")#"/>
or
You can also do <cfinclude template="/path/from/root/to/file.cfm" />, avoiding expandPath().
So, it uses file:///C: until you save the new document.
Then it changes it to a relative location.