|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #54456] Implementation of isfolder |
| Date: | Mon, 13 Aug 2018 14:45:35 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Update of bug #54456 (project octave):
Status: None => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #8:
I added isfolder to Octave in this cset
(https://hg.savannah.gnu.org/hgweb/octave/rev/7c5956c45a29). I made a small
change or two. First, I made a separate check for a string or cellstr input
and produce an error if the input F is not one of these types. Second, I used
the second output of stat() to see if there is an error rather than ! isempty
(info) which was ~10% faster.
I checked things in under Guillaume's name so he gets the credit for this
patch. Marking as fixed and closing report.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54456>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |