PhantomJS.TempFilesPath Property NReco.PhantomJS Class Library Documentation
Get or set location for temp files (default location: GetTempPath())

Namespace: NReco.PhantomJS
Assembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax

public string TempFilesPath { get; set; }

Property Value

Type: String
Remarks

Temp file is created in RunScript(String,String[]) and RunScriptAsync(String,String[]) methods (PhantomJS can read javascript code only from file).
See Also