[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62847] addpath incorrectly processes symlinks
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #62847] addpath incorrectly processes symlinks on mapped network drives |
Date: |
Thu, 1 Sep 2022 11:58:04 -0400 (EDT) |
Follow-up Comment #60, bug #62847 (project octave):
simplest test on my end seems to simply be:
- cd to root of mapped network drive, e.g., R:
c = canonicalize_file_name ('some_file')
ls(c)
c = canonicalize_file_name ('R:\some_file')
ls(c)
- cd to any subfolder and repeat:
c = canonicalize_file_name ('some_file')
ls(c)
c = canonicalize_file_name ('R:\folder\some_file')
ls(c)
the c's will either be correct or not, and if the ls command didn't return a
file not found error, most likely it was correct.
i'm downloading the sep 1 build now (hg id: 5b021ecc8bfe) that should include
Markus's comment #56 change and will report back
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62847>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/