Project

General

Profile

Actions

Bug #9327

closed

Why FileUtils.rmdir ignores Errno::ENOTEMPTY ?

Added by bdimych (Dmitry Bolshakov) over 10 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p247 (2013-06-27) [i386-mingw32]
Backport:
[ruby-core:59418]

Description

It catches Errno::ENOTEMPTY and Errno::ENOENT and just does nothing.
Most of other FileUtils methods have option "force" which is false by default
but rmdir behaves as if it is true implicitly.
Imho it looks unexpected.


Related issues 1 (0 open1 closed)

Related to Backport191 - Bug #3178: Fileutils#rmdir does rescue Dir Errors without raising newClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0