Click or drag to resize

CSScriptGetScriptTempFile Method

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

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

Return Value

Type: String
Temporary file name.
See Also