Difference between revisions of "GetWebRoot"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:General_Functions]]
 

 

  

Revision as of 11:16, 21 March 2011



getWebRoot

Returns the web root.

Syntax

getWebRoot()

Arguments

None

Return type

string

Examples

{

string filename = "myfile.g";

string location = getWebRoot() + "Public/GetImage.aspx?file=" + filename;

}

Availability

Version 4.8