Function flipperzero_sys::storage_dir_open
source · pub unsafe extern "C" fn storage_dir_open(
file: *mut File,
path: *const c_char
) -> boolExpand 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 apifile- pointer to file object.path- path to directory