API Documentation > CorelDRAW > 2025-v26 > CorelScriptTools > ICorelScriptTools
CorelScriptTools.GetTempFolder method
Gets Temp Folder
Syntax:
Function GetTempFolder() As String
Remarks:
The GetTempFolder method returns the path and the folder of the system's Windows temporary folder. The GetTempFolder method returns a string variable that is passed the path and folder of the system's Windows temporary folder.
Examples:
Here is a code example:
t_folder = GETTEMPFOLDER ( )