http_root
Returns the absolute path of the server root directory.
varchar http_root
();
Return Types
String of the absolute path of the server root directory.
Examples
Obtaining the Client IP Address
<?vsp
http (file_to_string (sprintf ('%s/banner.html', http_root())));
?>