Like file handling can I handle all the files present in a folder at the folder level instead of in file level using C? That is whether C has features or functions to handle folder say folder deletions.
Printable View
Like file handling can I handle all the files present in a folder at the folder level instead of in file level using C? That is whether C has features or functions to handle folder say folder deletions.
C does not have features or functions to handle folder level handling.Only File level handling is possible in C programming language