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

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

[Octave-bug-tracker] [bug #57776] "dir" fails on the root directory of W


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57776] "dir" fails on the root directory of Windows UNC shares
Date: Sun, 9 Feb 2020 06:42:45 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0

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

                 Summary: "dir" fails on the root directory of Windows UNC
shares
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Sun 09 Feb 2020 12:42:43 PM CET
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Trying to list the directory content of a root folder of a UNC share on
Windows results in an error:

>> dir ('\\SERVER\share')
warning: dir: nonexistent directory '\\SERVER\share'
warning: called from
    dir at line 193 column 5


It does work to list the content of a sub-directory in the share (albeit
displaying a warning):

>> dir ('\\SERVER\share\test')
warning: dir: 'lstat (\\SERVER\share\test\..)' failed: No such file or
directory
warning: called from
    dir at line 132 column 9

.                 a                 test.txt          test_unc.m
Octave (GUI).lnk  b                 test_octave.bat


Both commands should succeed without displaying a warning.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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