|
| From: | Guillaume |
| Subject: | [Octave-bug-tracker] [bug #57830] rmdir and other file functions should not return status unless nargout > 1 |
| Date: | Wed, 19 Feb 2020 07:27:32 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0 |
Follow-up Comment #11, bug #57830 (project octave):
Thanks for this, Rik. I notice you use a numeric output instead of logical,
for Matlab compatibility:
http://hg.savannah.gnu.org/hgweb/octave/rev/cd7331af2e97
but this does not correspond to what I can observe with R2019b:
>> sts = mkdir ("/foo")
sts =
logical
0
>> sts = rmdir ("/foo")
sts =
logical
0
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57830>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |