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

Recursively removes a file/directory, the directory can be not empty @param storage pointer to the api @param path @return true on success or if file/dir is not exist