Secure Global Desktop Administration Guide > Applets > setWindowsTempDir (print applet)
boolean setWindowsTempDir(String dir)
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
.
setWindowsTempDir("c:\windows\temp");
Downloads print jobs to c:\windows\temp
before printing.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.