1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

recursive file deletion

This commit is contained in:
nova
2025-09-08 23:18:25 +02:00
parent c923497f01
commit 525f205d67
3 changed files with 36 additions and 17 deletions

1
dir.h
View File

@@ -10,3 +10,4 @@ char update_selected_file();
void dir_set_selected_file_current(unsigned long selected_file_current);
unsigned long dir_get_selected_file_current();
void dir_init();
char recursive_delete(file current_file);