Click or drag to resize

CSScriptGetScriptTempDir Method

Returns the name of the temporary folder in the CSSCRIPT subfolder of Path.GetTempPath().

Under certain circumstances it may be desirable to the use the alternative location for the CS-Script temporary files. In such cases use SetScriptTempDir() to set the alternative location.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static string GetScriptTempDir()

Return Value

Type: String
Temporary directory name.
See Also