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

[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, 11 Aug 2022 14:22:06 -0400 (EDT)

Follow-up Comment #47, bug #62847 (project octave):

testing with Octave 7.2.1 (hg id: 51311efef5dd), I still get the same behavior
as in comment #30.

>> [c, s, m] = canonicalize_file_name ('current_backup_20210803_1550.pst')
c =
\\full.server.name\PSTStorage\PST_Storage_nicholas.jankowski\current_backup_20210803_1550.pst
s = 0
m =
>> [c, s, m] = canonicalize_file_name ('R:\current_backup_20210803_1550.pst')
c = R:\PST_Storage_nicholas.jankowski\current_backup_20210803_1550.pst
s = 0
m =


where the first call above returns a valid path, but the second one does not
due to the insertion of the aliased folder name.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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