home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / snippets / gettemplatepath.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  561 b   |  23 lines

  1. <!--- This example uses GetTemplatePath to show
  2. the template path of the current page --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>
  6. GetTemplatePath Example
  7. </TITLE>
  8. </HEAD>
  9.  
  10. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  11. <BODY  bgcolor="#FFFFD5">
  12. <H3>GetTemplatePath Example</H3>
  13.  
  14. <p>This is a read-only example.  Because file access is a sensitive area,
  15. consider the security of your directory hierarchy prior to allowing
  16. access to it.</p>
  17. <!--- 
  18. <P>The template path of the current page is:
  19. <CFOUTPUT>#GetTemplatePath()#</CFOUTPUT> --->
  20.  
  21. </BODY>
  22. </HTML>       
  23.