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

getUnixTempDir (print applet)

Syntax

Skip past command syntax or program codeString getUnixTempDir()

Description

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.

Examples

Skip past command syntax or program codeUnixTmp = getUnixTempDir();
alert("Downloading jobs to " + UnixTmp);

Displays a dialog indicating where jobs are downloaded to temporarily before printing on the UNIX client device.

Related topics