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

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

[Octave-bug-tracker] [bug #63265] rmdir fails to remove directory contai


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63265] rmdir fails to remove directory containing read-only files
Date: Wed, 26 Oct 2022 11:05:50 -0400 (EDT)

Update of bug #63265 (project octave):

                Category:                    None => Octave Function        
              Item Group:                    None => Unexpected Error or
Warning
                  Status:               Need Info => Confirmed              
                 Summary: Rmdir fails to delete svn folder => rmdir fails to
remove directory containing read-only files

    _______________________________________________________

Follow-up Comment #9:

Thanks. I can reproduce with that information.

Simpler steps to reproduce:

mkdir('test_dir');
system('touch ./test_dir/some_file');
system('attrib +r ./test_dir/some_file');
rmdir('./test_dir', 's')





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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