| Home | All functions | Categories |
vuTempPath(), CSTRING
Returns the path to the Windows temporary directory.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A CSTRING containing the fully qualified path to the Windows temporary directory.
MESSAGE('The Windows temp directory is ' & vuTempPath())
C:\Users\<User>\AppData\Local\Temp.| Home | All functions | Categories |