Secure Global Desktop Administration Guide > Applets > setWindowsTempDir (print applet)

setWindowsTempDir (print applet)

Syntax

boolean setWindowsTempDir(String dir)

Description

The setWindowsTempDir method lets you specify the download location for print jobs on the Windows client device.

setWindowsTempDir reports success or failure by returning true or false.

Examples

setWindowsTempDir("c:\windows\temp");

Downloads print jobs to c:\windows\temp before printing.

Related topics