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

Returns:

  • bool success flag. You need to close the directory even if the open operation failed.

Arguments

  • app - pointer to the api
  • file - pointer to file object.
  • path - path to directory