Get-Temporary-Folder-Path
Command Description
Get temporary folder path
Command Prototype
sRet = Sys.GetTempPath()
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
None | None | None | None | None |
sRet,The variable used to save the output of the command.
Demo
/********************************Get temporary folder path************* ********************
Command prototype:
sRet = Sys.GetTempPath ()
Input parameters:
None
Outgoing parameters:
sRet--the result after the command is run
********************************************************************************/
sRet = Sys.GetTempPath ()
TracePrint (sRet)