<< rmpath | Functions manager | what >> |
p = userpath() |
userpath(dirname) |
userpath('reset') |
userpath('clear') |
an existing directory name
removes the first directory for current and next sessions of Nelson.
resets the first directory to the default for your platform.
string: the specified user path
userpath modifies or displays user’s load path.
By default, userpath directory is platform-dependant:
Windows platforms: %USERPROFILE%/Documents/Nelson
Others platforms: $home/Documents/Nelson
It is possible to force userpath by define an environment variable: NELSON_USERPATH with an existing path.
path
userpath
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET