bugGNU Octave - Bugs: bug #62713, dir('./subdir1') dir: nonexistent...

 
 

bug #62713: dir('./subdir1') dir: nonexistent directory './subdir1/'

Submitter:  None
Submitted:  Wed 06 Jul 2022 10:51:48 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Duplicate Assigned to:  None
Originator Name:  Andreas Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 7.1.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 06 Jul 2022 12:49:57 PM UTC, comment #1: 

Closing as duplicate of bug #62714.

Markus Mützel <mmuetzel>
Group administrator
Wed 06 Jul 2022 10:51:48 AM UTC, original submission:  

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-07-06 mmuetzel CategoryNone Octave Function
        Item GroupNone Unexpected Error or Warning
        StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #62714

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code