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

getWindowsTempDir (print applet)

Syntax

Skip past command syntax or program codeString getWindowsTempDir()

Description

The getWindowsTempDir method lets you determine the temporary download location for print jobs on the Windows client device. getWindowsTempDir returns the string used to specify the download location for print jobs.

Examples

Skip past command syntax or program codeWinTmp = getWindowsTempDir();
alert("Downloading jobs to " + WindowsTmp);

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

Related topics