Function storage_dir_exists
Source pub unsafe extern "C" fn storage_dir_exists(
storage: *mut Storage,
path: *const c_char,
) -> bool
Expand description
Check whether a directory exists.
§Arguments
storage
- pointer to a storage API instance.
path
- pointer to a zero-terminated string containing the path of the directory in question.
§Returns
true if the directory exists, false otherwise.