docs

Home All functions Categories

vuTempPath()

vuTempPath(), CSTRING

Description

Returns the path to the Windows temporary directory.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A CSTRING containing the fully qualified path to the Windows temporary directory.

Example

MESSAGE('The Windows temp directory is ' & vuTempPath())

Notes

Home All functions Categories