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

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

[Octave-bug-tracker] [bug #62714] dir('./subdir1') dir: nonexistent dire


From: anonymous
Subject: [Octave-bug-tracker] [bug #62714] dir('./subdir1') dir: nonexistent directory './subdir1/'
Date: Wed, 6 Jul 2022 06:52:14 -0400 (EDT)

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

                 Summary: dir('./subdir1') dir: nonexistent directory
'./subdir1/'
                 Project: GNU Octave
               Submitter: None
               Submitted: Wed 06 Jul 2022 10:52:13 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Andreas
        Originator Email: andreas.kaeberlein@siemens.com
             Open/Closed: Open
                 Release: 7.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 06 Jul 2022 10:52:13 AM UTC By: Anonymous
I have following directory structure

testdir
  |-subdir1
  |   |-subdir2
  |   |-subdir3
  |-file.txt

When i use an file path with '.' at beginning the listing fails:

>> dir('./subdir1/')
warning: dir: nonexistent directory './subdir1/'
warning: called from
    dir at line 189 column 5


When i use without '.' then its operable

>> dir('subdir1/')
.         ..        file.txt  subdir2   subdir3


In Octave 6.4 was the '.' style operable and in octave 7.1 does this style not
work.


Thanks for your help.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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