Function flipper0::ffi::storage_dir_read

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

Reads the next object in the directory @param file pointer to file object. @param fileinfo pointer to the read FileInfo, may be NULL @param name pointer to name buffer, may be NULL @param name_length name buffer length @return success flag (if the next object does not exist, it also returns false and sets the file error id to FSE_NOT_EXIST)