octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55824] function EXIST returns wrong result fo


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55824] function EXIST returns wrong result for a network drive
Date: Fri, 8 Mar 2019 16:20:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Update of bug #55824 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:

I can see the following on Windows with the default branch now:

>> exist ('c:')
ans =  7
>> exist ('c:\')
ans =  7
>> exist ('s:')
ans = 0
>> exist ('\\ASUS-UX510UX\share')
ans =  7
>> exist ('\\ASUS-UX510UX\share\')
ans =  7
>> exist ('\\ASUS-UX510UX\shar')
ans = 0


I think this is what we expect.

Thanks Philip for running the tests in Matlab.

Closing as fixed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55824>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]