Contents

directoryNotEmpty

Directory not empty.

Declaration

static var directoryNotEmpty: Errno { get }

Mentioned in

Discussion

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

The corresponding C error is ENOTEMPTY.

See Also

File System Errors