How can I create a C program to delete the internet explorer history file? How can I create a path?

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.