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

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

[Octave-bug-tracker] [bug #59275] permission denied warning does not hav


From: anonymous
Subject: [Octave-bug-tracker] [bug #59275] permission denied warning does not have an id
Date: Thu, 15 Oct 2020 08:26:00 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0

URL:
  <https://savannah.gnu.org/bugs/?59275>

                 Summary: permission denied warning does not have an id
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 15 Oct 2020 12:25:59 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: MK
        Originator Email: marcin.konow@lczyk.xyz
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

If there is no write permission on `file`, `delete(file)` fails with a
`Permission denied` warning. This warning has no id:


delete(file);
[msg, id] = lastwarn();
disp(["id: " id]); disp(["msg: " msg]);


The id should probably be something like `OCTAVE:DELETE:Permission`.

In my case the file without permissions is in `...\AppData\Local\Temp\`.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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