More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:General_Functions]] | ||
| | ||
Revision as of 09: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