plz, write the .cpp

Hi everyone!!! I'm a biginner!!! I wanna write a program, that deletes a non empty folder (for example "D:\\my folder). Could u help me, plz???
We can help, but we won't write your code for you.
Make an honest effort first.

Hmm, sorry to be so harsh -- you are asking to do something tough.
Check out the SHFileOperation() function:
http://msdn.microsoft.com/en-us/library/bb762164(VS.85).aspx

You'll have to #include <windows.h>

Good luck!
Last edited on
Topic archived. No new replies allowed.