directoryNotEmpty

Directory not empty.

Errno.swift:625
static var directoryNotEmpty: Errno { get }

A directory with entries other than . and .. was supplied to a remove(2) directory or rename(2) call.

The corresponding C error is ENOTEMPTY.