The following constants can be used in Plugin Scripts:


  • WSW_CONFIG_DIR
    String expression. Absolute path to the WebSite-Watcher configuration folder.

  • WSW_SETUP_DIR
    String expression. Absolute path to the WebSite-Watcher installation folder.

  • WSW_TEMP_DIR
    String expression. Absolute path to the WebSite-Watcher TEMP folder.

  • MaxInt
    Integer value. Maximum integer value that can be used.
    Example:
    $s = Mid($s, 3, MaxInt)

  • CRLF
    String expression. Carriage return and line feed (chr(13)+chr(10)).
    Example:
    $s = $s + CRLF + "new line"