From octave-maintainers-request at bevo dot che dot wisc dot edu Mon Oct 18 13:12:28 1999 Subject: equivalent of fullfile (of matlab) in octave. From: Kharidehal Lakshmi A To: octave-maintainers at bevo dot che dot wisc dot edu Date: Mon, 18 Oct 1999 13:12:19 -0500 (CDT) hi, I have a problem in converting an octave equivalent code of matlab program. In this program , I have to add a path in the program to get another function in the same directory.In matlab it is written as curdir=pwd; addpath(fullfile(curdir,'..','Base')); addpath(fullfile(curdir,'..','Tools')); Could you please tell me what is the Matlab Equivalent of this addpath or fullfile. Thank You. Lakshmi