Function flipperzero_sys::storage_dir_close
source · pub unsafe extern "C" fn storage_dir_close(file: *mut File) -> boolExpand description
Close the directory. Also free file handle structure and point it to the NULL.
Returns:
- bool success flag
Arguments
file- pointer to a file object.