storage_file_exists

Function storage_file_exists 

Source
pub unsafe extern "C" fn storage_file_exists(
    storage: *mut Storage,
    path: *const c_char,
) -> bool
Expand description

Check whether a file exists.

§Arguments

  • storage - pointer to a storage API instance.
  • path - pointer to a zero-terminated string containing the path to the file in question.

§Returns

true if the file exists, false otherwise.