Documentation of cdir


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

a = cdir(arg);

Cross-Reference Information

This function calls

Listing of function cdir

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