Function storage_file_is_dir
Source pub unsafe extern "C" fn storage_file_is_dir(file: *mut File) -> bool
Expand description
Check whether a file instance represents a directory.
§Arguments
file - pointer to the file instance in question.
§Returns
true if the file instance represents a directory, false otherwise.