Click here to Skip to main content
16,004,647 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installation Help Pin
DuFF15-Mar-03 8:36
DuFF15-Mar-03 8:36 
GeneralRe: Installation Help Pin
Gary R. Wheeler15-Mar-03 13:31
Gary R. Wheeler15-Mar-03 13:31 
GeneralRe: Installation Help Pin
DuFF15-Mar-03 14:20
DuFF15-Mar-03 14:20 
GeneralOS version Pin
Dirso15-Mar-03 5:39
Dirso15-Mar-03 5:39 
GeneralRe: OS version Pin
Dominik Reichl15-Mar-03 5:49
Dominik Reichl15-Mar-03 5:49 
GeneralRe: OS version Pin
Nish Nishant15-Mar-03 5:51
sitebuilderNish Nishant15-Mar-03 5:51 
QuestionHow do delete a directory and its contents? Pin
IGx8915-Mar-03 5:21
IGx8915-Mar-03 5:21 
AnswerRe: How do delete a directory and its contents? Pin
Dominik Reichl15-Mar-03 5:31
Dominik Reichl15-Mar-03 5:31 
To delete all files in a directory, you have to enumerate all files recursively and delete every file separately.

See these articles for how to do it:

Delete folders, subfolders and files easily
http://www.codeproject.com/file/removefiles.asp[^]

Empty Directory Utility Under NT
http://www.codeguru.com/files/delTree.shtml[^]
Also works on Win9x.

Delete Directory
http://www.codeguru.com/files/delete.html[^]

Happy kicking data out of the world Big Grin | :-D
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

AnswerRe: How do delete a directory and its contents? Pin
Nish Nishant15-Mar-03 5:32
sitebuilderNish Nishant15-Mar-03 5:32 
GeneralRe: How do delete a directory and its contents? Pin
IGx8915-Mar-03 5:34
IGx8915-Mar-03 5:34 
GeneralRe: How do delete a directory and its contents? Pin
Nish Nishant15-Mar-03 5:49
sitebuilderNish Nishant15-Mar-03 5:49 
GeneralRe: How do delete a directory and its contents? Pin
IGx8915-Mar-03 6:46
IGx8915-Mar-03 6:46 
GeneralRe: How do delete a directory and its contents? Pin
Michael Dunn15-Mar-03 6:45
sitebuilderMichael Dunn15-Mar-03 6:45 
GeneralRe: How do delete a directory and its contents? Pin
IGx8915-Mar-03 6:56
IGx8915-Mar-03 6:56 
GeneralRe: How do delete a directory and its contents? Pin
Michael Dunn15-Mar-03 9:56
sitebuilderMichael Dunn15-Mar-03 9:56 
GeneralRe: How do delete a directory and its contents? Pin
IGx8915-Mar-03 11:45
IGx8915-Mar-03 11:45 
GeneralRe: How do delete a directory and its contents? Pin
r i s h a b h s16-Mar-03 17:45
r i s h a b h s16-Mar-03 17:45 
QuestionWhat is that "The format of the file 'lc.exe' is invalid." Pin
cemlouis15-Mar-03 3:41
cemlouis15-Mar-03 3:41 
AnswerRe: What is that "The format of the file 'lc.exe' is invalid." Pin
RobJones15-Mar-03 6:30
RobJones15-Mar-03 6:30 
AnswerRe: What is that "The format of the file 'lc.exe' is invalid." Pin
RobJones15-Mar-03 6:32
RobJones15-Mar-03 6:32 
GeneralTransparent checkbox Pin
_crs_15-Mar-03 2:28
_crs_15-Mar-03 2:28 
GeneralRe: Transparent checkbox Pin
Brian Shifrin15-Mar-03 3:53
Brian Shifrin15-Mar-03 3:53 
GeneralRe: Transparent checkbox Pin
Michael Dunn15-Mar-03 6:47
sitebuilderMichael Dunn15-Mar-03 6:47 
Generalmouse cursor leaving child-window (api) Pin
Zoomby15-Mar-03 1:20
Zoomby15-Mar-03 1:20 
GeneralRe: mouse cursor leaving child-window (api) Pin
Brian Shifrin15-Mar-03 1:51
Brian Shifrin15-Mar-03 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.