pub unsafe extern "C" fn storage_dir_close(file: *mut File) -> bool
Expand 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.