string GetSessionTempDir()

Gets the KioWare temp directory for the current system user

Security

Trust Level Required: Medium Trust

Return

The path in system format.

Remarks

The kiosk user must have sufficient permissions to perform any file IO operation that performs a read or write operation on the current disk.

Examples


var seesionTempDir = KioFileIO.GetSessionTempDir();
    

Requirements

KioWare for Windows version 8.3 or greater.