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

setUnixTempDir (print applet)

Syntax

boolean setUnixTempDir(String dir)

Description

The setUnixTempDir method lets you specify the download location for print jobs on the UNIX client device.

setUnixTempDir reports success or failure by returning true or false.

Examples

setUnixTempDir("/home/tta/tmp");

Downloads print jobs to /home/tta/tmp before printing.

Related topics