Evridir: Difference between revisions
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'); % …') |
|||
Line 20: | Line 20: | ||
XP: HOMEPATH = \Documents and Settings\{username} | XP: HOMEPATH = \Documents and Settings\{username} | ||
VISTA/WIN7: HOMEPATH = \Users\{username} | VISTA/WIN7/WIN10/WIN11: HOMEPATH = \Users\{username} | ||
EVRI home dir = HOMEPATH\AppData\Local\EVRI | EVRI home dir = HOMEPATH\AppData\Local\EVRI |
Latest revision as of 08:24, 23 September 2024
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/WIN10/WIN11: 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.