ZX_ERR_NOT_DIR

Constant ZX_ERR_NOT_DIR 

pub const ZX_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.