storage_file_sync

Function storage_file_sync 

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

Synchronise the file cache with the actual storage.

§Arguments

  • file - pointer to the file instance in question.

§Returns

true if the file was successfully synchronised, false otherwise.