TempPath Property (ScriptingOptions)
In This Topic
Gets or sets the directory which will be used to hold temporary files generated during scripts compiling.
Syntax
'Declaration
Public Shared Property TempPath As String
public static string TempPath {get; set;}
See Also