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
How do I delete a folder?
How do I delete a folder?
Dec 17, 2008 at 11:38am UTC
hacker
(2)
How do I delete a folder?
Last edited on
Dec 17, 2008 at 11:44am UTC
Dec 17, 2008 at 11:46am UTC
helios
(17607)
BOOL WINAPI DeleteFile(
__in LPCTSTR lpFileName
);
Dec 17, 2008 at 11:54am UTC
elpis
(32)
BOOL WINAPI RemoveDirectory(
__in LPCTSTR lpPathName
);
Dec 17, 2008 at 12:06pm UTC
hacker
(2)
Sorry, I'm stupid. Could you please give me an example?Like this.
http://www.cplusplus.com/reference/clibrary/cstdio/remove.html
I am chinese,excuse me for my bad English.
Last edited on
Dec 17, 2008 at 12:13pm UTC
Topic archived. No new replies allowed.