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

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

[Octave-bug-tracker] [bug #51388] Current directory does not change imme


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #51388] Current directory does not change immediatly with "cd" on some systems
Date: Fri, 14 Jul 2017 11:24:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #21, bug #51388 (project octave):

On Windows, / and \ are both accepted as directory separators, but won't
compare equal if we just do string comparisons.

Maybe we need "same_file" or "same_directory" functions?

Oh, we do have a same_file function.  It doesn't look at the names, but uses
stat (or the Windows equivalent) and checks inodes and device ids.  The idea
was to know whether two links (hard or symbolic) refer to the same file.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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