ERR_NOT_DIR

Constant ERR_NOT_DIR 

Source
pub const ERR_NOT_DIR: i32 = -51;
Expand description

The object is not a directory or does not support directory operations.

Example: Attempted to open a file as a directory or attempted to do directory operations on a file.