Changing extensions on files.

Hi I'm trying to create a program that will take a file like "error.log" and change it to a txt or doc file. I need to do this through c++ other wise I would just right click and rename the file. Any suggestions?
I have not understood what you exactly want bur you can use either C/C++ standard function rename or Win API.
Topic archived. No new replies allowed.