GetWebRoot

From Catglobe Wiki
Revision as of 10:52, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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