How can I create a C program to delete the internet explorer history file? How can I create a path?
How can I create a path?
Functions related to handling directories are predefined in a header file named dir.h. Try using them.
Use the remove() function. You have to find out where the file is and pass the path to the function.
remove()