Evridir: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Donal
(Created page with '===Purpose=== Return location of or create EVRI home directory. ===Synopsis=== : edir = evridir; % Get current home directory. : edir = evridir('select_new'); % …')
 
(No difference)

Latest revision as of 11:52, 2 September 2010

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