Mercurial > hg > octave-nkf
comparison src/dirfns.cc @ 2802:bca5fbab2e52
[project @ 1997-03-09 11:02:27 by jwe]
author | jwe |
---|---|
date | Sun, 09 Mar 1997 11:03:18 +0000 |
parents | 9aeba8e006a4 |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2801:a98f5a21f026 | 2802:bca5fbab2e52 |
---|---|
441 } | 441 } |
442 | 442 |
443 DEFUN (readdir, args, , | 443 DEFUN (readdir, args, , |
444 "[FILES, STATUS, MSG] = readdir (NAME)\n\ | 444 "[FILES, STATUS, MSG] = readdir (NAME)\n\ |
445 \n\ | 445 \n\ |
446 Return an array of strings containing the list of all files in the | 446 Return an array of strings containing the list of all files in the\n\ |
447 named directory in FILES, or an empty matrix if an error occurs\n\ | 447 named directory in FILES, or an empty matrix if an error occurs\n\ |
448 \n\ | 448 \n\ |
449 If successful, STATUS is 0 and MSG is an empty string. Otherwise,\n\ | 449 If successful, STATUS is 0 and MSG is an empty string. Otherwise,\n\ |
450 STATUS is nonzero and MSG contains a system-dependent error message.") | 450 STATUS is nonzero and MSG contains a system-dependent error message.") |
451 { | 451 { |