Accessing standard plugin directories for lists, etc.
Written by: webDOMinator 3 years and 6 months ago
To access the plugin list directory for instance, you'd say:
<div class="scriptdiv">
sys.plugindirQuick Reference for "sys.plugindir"
Click on command to see examples & comments
System Variables
Description: The plugin directory of the currently loaded profile^lists\listname.list</div>
This would reference the full path to the list called "listname". If you wanted to load up a list using the loadlist command and you wanted it to be standard across plugins, you could say:
<div class="scriptdiv">
loadlistQuick Reference for "loadlist"
Click on command to see examples & comments
Program Level Commands
Usage: loadlistQuick Reference for "list"
Click on command to see examples & comments
Information Lists
Usage: list:handle[:optionsfile;gatherfile]
Description: Creates a new virtual list. Virtual lists do not have limits and are accessed through their handles. When webDOM gathers, it can be set to gather any usable virtual list.:filename
Description: Load the list specified by filename into the info list section.:
sys.plugindirQuick Reference for "sys.plugindir"
Click on command to see examples & comments
System Variables
Description: The plugin directory of the currently loaded profile^lists\listname.list</div>
...and that way you can make scripting a little more universal.