comparison libinterp/corefcn/variables.cc @ 18074:1e27079409bf

Rename function dir_in_path to dir_in_loadpath. * NEWS: Announce new function in 4.2. * scripts/deprecated/find_dir_in_path.m: Call dir_in_loadpath as replacement. * utils.cc (Fdir_in_loadpath): Renamed dir_in_path to dir_in_loadpath. * help.m, what.m, rundemos.m, runtests.m: Chane instances of dir_in_path to dir_in_loadpath. * utils.cc, variables.cc: Change seealso links to point to dir_in_loadpath. * func.txi: Document dir_in_loadpath function.
author Rik <rik@octave.org>
date Wed, 04 Dec 2013 08:23:42 -0800
parents ff05d5b70411
children 6a71e5030df5 889e2c083253
comparison
equal deleted inserted replaced
18072:b4b5ee91561a 18074:1e27079409bf
546 \n\ 546 \n\
547 @item @qcode{\"dir\"}\n\ 547 @item @qcode{\"dir\"}\n\
548 Check only for directories.\n\ 548 Check only for directories.\n\
549 @end table\n\ 549 @end table\n\
550 \n\ 550 \n\
551 @seealso{file_in_loadpath, file_in_path, dir_in_path, stat}\n\ 551 @seealso{file_in_loadpath, file_in_path, dir_in_loadpath, stat}\n\
552 @end deftypefn") 552 @end deftypefn")
553 { 553 {
554 octave_value retval = false; 554 octave_value retval = false;
555 555
556 int nargin = args.length (); 556 int nargin = args.length ();