html.getSiteFolder
| Syntax |
html.getSiteFolder (adrPageTable)
|
| Params |
adrPageTable is the address of the current page table.
|
| Action |
Gets the root folder for the site containing the page being rendered.
|
| Returns |
A path to a folder on disk
|
| Examples |
html.getSiteFolder (@websites.["#data"]) » "Power HD:Applications:Frontier:Websites:docserver:"
|
| Notes |
siteRootFolder is stored in the page table; usually this verbs simply returns that value.
|
| See Also |
html.getWebsitesFolder
|