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

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

[Octave-bug-tracker] [bug #60933] Unable to save scripts (new or after e


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60933] Unable to save scripts (new or after edit) in the 32-bit version
Date: Sun, 25 Jul 2021 11:18:41 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55

Follow-up Comment #18, bug #60933 (project octave):

Hmm... That is interesting.

`canonicalize_file_name` should *not* return a folder *below* the folder it
got as input.
It should "resolve" symlinks in the path. But I would have thought that having
a symlinked folder point to a folder *below* itself would result in strange
recursive behavior.

What does the following commands return for you in Octave?

canonicalize_file_name(canonicalize_file_name(getenv('USERPROFILE')))
system('dir /AL C:\Users')


You might want to check your filesystem by running `chkdsk C: /f` from a
command prompt with elevated rights.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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