comparison libinterp/corefcn/syscalls.cc @ 28295:a01ad9893641

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 May 2020 11:32:06 +0200
parents 4d021e0dcfee 5bf3f462c11e
children 7854d5752dd2
comparison
equal deleted inserted replaced
28293:332e644726f9 28295:a01ad9893641
1393 DEFUNX ("canonicalize_file_name", Fcanonicalize_file_name, args, , 1393 DEFUNX ("canonicalize_file_name", Fcanonicalize_file_name, args, ,
1394 doc: /* -*- texinfo -*- 1394 doc: /* -*- texinfo -*-
1395 @deftypefn {} {[@var{cname}, @var{status}, @var{msg}] =} canonicalize_file_name (@var{fname}) 1395 @deftypefn {} {[@var{cname}, @var{status}, @var{msg}] =} canonicalize_file_name (@var{fname})
1396 Return the canonical name of file @var{fname}. 1396 Return the canonical name of file @var{fname}.
1397 1397
1398 If the file does not exist the empty string ("") is returned. 1398 If the file does not exist the empty string ("") is returned. No tilde
1399 @seealso{make_absolute_filename, is_absolute_filename, is_rooted_relative_filename, is_same_file} 1399 expansion of @var{fname} is performed.
1400 @seealso{make_absolute_filename, is_absolute_filename, is_rooted_relative_filename, is_same_file, tilde_expand}
1400 @end deftypefn */) 1401 @end deftypefn */)
1401 { 1402 {
1402 if (args.length () != 1) 1403 if (args.length () != 1)
1403 print_usage (); 1404 print_usage ();
1404 1405