pub const ZX_ERR_NOT_DIR: zx_status_t = -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.
pub const ZX_ERR_NOT_DIR: zx_status_t = -51;
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.