Get or set location for temp files (default location:
GetTempPath )
Namespace: NReco.PhantomJSAssembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
public string TempFilesPath { get; set; }
public string TempFilesPath { get; set; }
Public Property TempFilesPath As String
Get
Set
Public Property TempFilesPath As String
Get
Set
public:
property String^ TempFilesPath {
String^ get ();
void set (String^ value);
}
public:
property String^ TempFilesPath {
String^ get ();
void set (String^ value);
}
member TempFilesPath : string with get, set
member TempFilesPath : string with get, set
Property Value
Type:
String
Temp file is created in
RunScript(String, String ) and
RunScriptAsync(String, String ) methods
(PhantomJS can read javascript code only from file).