Path rules

WBSP engine has it's own path rules:

Path rules apply to all WhizBase variables, sections and functions that use external files. Here are some examples:
 
[Include]
/shopping.inc
../dbsettings/admin.inc
[FormFields]
wb_basename=\\DatabaseSrv\user23\access\shopping.mdb
wb_logFile=c:\logs\user23\wbsp.log

<!--BeginTemplate-->
<html><body><p>
$wbinc[/globaltop.htm]
<!--WB_BeginDetail-->
Your registration code is:<br>
$wbrun[c:\scripts\user23\registration.js |JavaScript|MkRegCode($wbv{CopyID})]
<!--WB_EndDetail-->
$wbinc[shoppingfooter.htm]
</body></html>

Lines shown in red color contain file names with absolute path.