Evridir
From Eigenvector Documentation Wiki
Contents |
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.