pub unsafe extern "C" fn storage_dir_open(
    file: *mut File,
    path: *const c_char
) -> bool
Expand description

Opens a directory to get objects from it @param app pointer to the api @param file pointer to file object. @param path path to directory @return bool success flag. You need to close the directory even if the open operation failed.