pub unsafe extern "C" fn storage_dir_read(
    file: *mut File,
    fileinfo: *mut FileInfo,
    name: *mut c_char,
    name_length: u16
) -> bool
Expand description

Reads the next object in the directory

Returns:

  • success flag (if the next object does not exist, it also returns false and sets the file error id to FSE_NOT_EXIST)

Arguments

  • file - pointer to file object.
  • fileinfo - pointer to the read FileInfo, may be NULL
  • name - pointer to name buffer, may be NULL
  • name_length - name buffer length