Function File: addpath_full(pathname)

Add pathname to octave’s search path as an absolute pathname. This function supports also shell expansions.

Demonstration 1

The following code

 addpath_full("~");

gives an example of how 'addpath_full' is used.

Package: mboct-octave-pkg