ID EN
Built-in Exceptions

IsADirectoryError

Python 3.11

Raised when a file operation (such as os.remove()) is requested on a directory. Corresponds to errno EISDIR.

Syntax

PYTHON
exception IsADirectoryError

See Also

os.remove() EISDIR