GetWebRoot

From Catglobe Wiki
Revision as of 10:38, 12 December 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



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