Secure Global Desktop Administration Guide > Applets > getUnixTempDir (print applet)
String getUnixTempDir()
The getUnixTempDir
method lets you determine the
temporary download location for print jobs on the UNIX client device.
getUnixTempDir
returns the string used to specify the
download location for print jobs.
UnixTmp = getUnixTempDir(); alert("Downloading jobs to " + UnixTmp);
Displays a dialog indicating where jobs are downloaded to temporarily before printing on the UNIX client device.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.