Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I just tried this code out and it worked fine on my machine :-

SHFILEOPSTRUCT FileOp = {0};
FileOp.hwnd = m_hWnd;
FileOp.wFunc = FO_COPY;
FileOp.pFrom = "c:\\abc";
FileOp.pTo = "c:\\abccopy";
SHFileOperation(&FileOp);


Nish


Author of the romantic comedy

Summer Love and Some more Cricket [New Win]

Review by Shog9
Click here for review[NW]

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 
GeneralSetCapture doesn't work for me Pin
Zoomby15-Mar-03 2:58
Zoomby15-Mar-03 2:58 
GeneralRe: SetCapture doesn't work for me Pin
Mike Nordell15-Mar-03 3:10
Mike Nordell15-Mar-03 3:10 
GeneralRe: SetCapture doesn't work for me Pin
Brian Shifrin15-Mar-03 3:23
Brian Shifrin15-Mar-03 3:23 

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.