 | 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
Syntaxpublic static string GetScriptTempDir()
Return Value
Type:
StringTemporary directory name.
See Also