Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Deleting a folder

What is the code to delete a folder?
[36 byte] By [Kawakaari] at [2007-11-11 8:24:58]
# 1 Re: Deleting a folder
In standard C/C++ you cna use the <dir.h>, <dirent.h> or <direct.h> libraries, depending on your compiler. The following article explains in detail how to manipulate directories.
http://www.dev-archive.com/cplus/10MinuteSolution/26748
Danny at 2007-11-11 21:01:26 >
# 2 Re: Deleting a folder
Thanks
Kawakaari at 2007-11-11 21:02:26 >