cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
plz, write the .cpp
plz, write the .cpp
Apr 5, 2009 at 12:23pm UTC
arshak
(8)
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???
Apr 5, 2009 at 12:40pm UTC
Duthomhas
(13206)
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
Apr 6, 2009 at 1:17pm UTC
Topic archived. No new replies allowed.