Equinox Online Help - Language Reference - A to Z
WebOutputFile |
|
|---|---|
| Applies to | ![]() |
| Syntax | WebOutputFile path [, unescaped] |
| Action | This statement is exactly equivalent to calling FileReadFile followed by WebOutput. |
| Scope | Used in method language on an ESP page |
| Notes | If the file does not exist or some other error occurs, SysError is set to a nonzero value. |
| Category | Web Server |
| See Also | WebBaseDirectory, WebCurrentPage, WebGetCookies, WebGetHeader, WebOutput, WebParameter, WebPostData, WebRedirect, WebSetCookie, WebSetHeader |
| Example | This example shows the physical location of the page being displayed. Note that WebBaseDirectory is a file system string, and WebCurrentPage is an url string s |
