過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getUnixTempDir (印刷アプレット)

getUnixTempDir (印刷アプレット)

構文

過去のコマンド構文またはプログラムコードのスキップ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.

関連トピック