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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #55824] function EXIST returns wrong result for a network drive
Date: Mon, 4 Mar 2019 16:52:29 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #2, bug #55824 (project octave):

Matlab r2019a:

>> format compact
>> exist ('M:\MP3\Outlook_for_Thursday_1.zip')
ans =
     2
>> exist ('\\nsa310\music')
ans =
     7
>> exist ('\\nsa310\music', 'dir')
ans =
     7
>> exist ('\\nsa310\music\MP3\Outlook_for_Thursday_1.zip', 'dir')
ans =
     0
>> exist ('\\nsa310\music\MP3\Outlook_for_Thursday_1.zip', 'file')
ans =
     2
>> exist ('C:')
ans =
     7
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.6.0.1011450 (R2019a) Prerelease
:


where M: is mapped to \\nsa\music.

And in Matlab "exist ('C:')" gives 7, not 0 as in Octave.


    _______________________________________________________

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]