setWebVirtualDirectory

setWebVirtualDirectory(vd: String) updating;

The setWebVirtualDirectory method of the Application class programmatically sets the virtual directory (URL) to be used when generating HTML pages for the JadeHTMLClass class buildFormActionOnly and buildLink methods if you do not want to use the value specified in the working directory of the JADE application (set up in the Define Application dialog).

For details about specifying Internet server machine name and virtual directories for all of your Web-enabled applications or for a specific application, see the JADE Initialization File Reference for details about the URLSpecifications parameter in the [WebOptions] section of the JADE initialization file. This method applies at run time only.

For details about getting the virtual directory, see the Application class getWebVirtualDirectory method.