Command Reference : Programming Language Reference
  
 
@temppath
Syntax: @temppath
Return: string
Returns a string containing the directory path for the EViews temporary files as specified in the global options File Locations.... menu.
Examples
If your currently executing copy of EViews puts temporary files in “D:\EVIEWS”, then:
%y = @temppath
assigns a string of the form “D:\EVIEWS”.
Cross-references
See also @evpath and @addinspath.