storage_dir_close

Function storage_dir_close 

Source
pub unsafe extern "C" fn storage_dir_close(file: *mut File) -> bool
Expand description

Close the directory.

§Arguments

  • file - pointer to a file instance representing the directory in question.

§Returns

true if the directory was successfully closed, false otherwise.