Documentation of cdir


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

a = cdir(arg);

Cross-Reference Information

This function calls This function is called by

Listing of function cdir

function a = cdir(arg);
global CURDIR
get_cdtem;
eval(['cd ' arg ';']);
if nargout == 1;
  a = pwd;
end