Skip to content

Is it possible to delete a directory with minizip_erase? #631

Answered by nmoinvaz
mumin16 asked this question in Q&A
Discussion options

You must be logged in to vote

int32_t minizip_erase(const char *src_path, const char *target_path, int32_t arg_count, const char **args) {

args contains array of strings that can contain wildcards. So you can specify data/* to delete all from directory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nmoinvaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #627 on May 26, 2022 17:33.