Skip to main content

SYS_GETDENTS

Constant SYS_GETDENTS 

Source
pub const SYS_GETDENTS: usize = 430;
Expand description

Read directory entries from an open directory.

  • fd: directory file descriptor
  • buf_ptr: buffer to receive DirEntry structs
  • buf_len: size of the buffer

Returns the number of bytes read. Returns 0 when all entries have been read (end of directory).