<@APPFILEPATH>Syntax<@APPFILEPATH [ENCODING=encoding]> DescriptionReturns the path to the current application file, excluding the application file name, but including the trailing slash. This meta tag is useful for creating links that reference an application file, <@INCLUDE> file, or image file in the same directory as the currently executing application file. The path returned is always relative to the Web server root directory. Examples <A HREF="<@CGI><@APPFILEPATH>homer.taf?function=form">
This example calls the homer.taf file, located in the same directory as the currently executing application file. <@INCLUDE FILE="<@APPFILEPATH>header.html"> This example includes the header.html file, located in the same directory as the currently executing application file. <IMG SRC="<@APPFILEPATH>logo.gif"> This example references the logo.gif file, located in the same directory as the currently executing application file. See Also <@APPFILE>
|
Copyright © 1998, Pervasive Software Inc. All rights reserved.