Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > setWindowsTempDir (print applet)

setWindowsTempDir (print applet)

Syntax

Skip past command syntax or program codeboolean 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

Skip past command syntax or program codesetWindowsTempDir("c:\windows\temp");

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

Related topics