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

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

[Octave-bug-tracker] [bug #36067] bug in exist() when checking for a fau


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #36067] bug in exist() when checking for a faulty mex/oct file
Date: Sun, 28 Jul 2013 16:31:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

Update of bug #36067 (project octave):

                Category:                    None => Libraries              
                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #7:

I don't see any problem with the development version of Octave, unless I am
missing something:


octave:28> mex existtest.c
octave:29> exist("existtest.bla", "file")
ans = 0
octave:30> exist("existtest.mex", "file")
ans =  2
octave:31> exist("existtest", "file")
ans =  3
octave:32> rename ("existtest.mex", "existtest.bla");
octave:33> exist("existtest.bla", "file")
ans =  2
octave:34> exist("existtest", "file")
ans = 0


What exactly is the supposed bug with exist in this scenario? I'm ignoring
anything about mixing versions of Octave because that's an incorrect use case
to begin with.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36067>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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