GetWebRoot: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:52, 7 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