string GenerateSessionTempFilepath(string)

Gets a unique filepath located in the KioWare temp directory

Security

Trust Level Required: Medium Trust

Parameters

Name Description
fileExtension string
The extension of the file to be generated.

Return

The path in system format.

Remarks

The dot needs to be included with the file extension.
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


//include the dot in the file extension
var seesionTempFilePath = KioFileIO.GenerateSessionTempFilepath('.txt');
    

Requirements

KioWare for Windows version 8.3 or greater.