Command Reference
:
Programming Language Reference
@datapath
Support Functions
Syntax:
@datapath
Return: string
Returns a string containing the location of the current EViews data directory.
Examples
If your current working directory is d:\data
%y = @datapath
assigns a string of the form “D:\DATA”.
Cross-references
See also
@evpath
and
@temppath
.