Difference between revisions of "GetWebRoot"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:General_Functions]] |
| | ||
Revision as of 10: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