Evridir

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Return location of or create EVRI home directory.

Synopsis

edir = evridir;  % Get current home directory.
edir = evridir('select_new'); % Choose new home directory from dialog.
edir = evridir(newhome);  % Change home directory.

Description

The EVRI home directory is used to store PLS_Toolbox application data such as model cache database and reports generated during analysis. This directory should be read/writeable by the current user. The default location is given by:

Windows OS:

XP: HOMEPATH = \Documents and Settings\{username}

VISTA/WIN7: HOMEPATH = \Users\{username}

EVRI home dir = HOMEPATH\AppData\Local\EVRI

MacOSX:

EVRI home dir = HOME/EVRI, where HOME is the path specified by the 'HOME' environmental variable.

See Also