Secure Global Desktop Administration Guide > Applets > setUnixTempDir (print applet)
boolean setUnixTempDir(String dir)
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
.
setUnixTempDir("/home/tta/tmp");
Downloads print jobs to /home/tta/tmp
before printing.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.