Return the current home directory.
On most systems, this is equivalent to getenv ("HOME")
. On Windows
systems, if the environment variable HOME
is not set then it is
equivalent to
fullfile (getenv ("HOMEDRIVE"), getenv ("HOMEPATH"))
See also: getenv.
Package: octave