Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to create a folder automatically Pin
Cedric Moonen15-May-06 20:50
Cedric Moonen15-May-06 20:50 
GeneralRe: how to create a folder automatically Pin
David Crow16-May-06 2:43
David Crow16-May-06 2:43 
AnswerRe: how to create a folder automatically Pin
Hamid_RT15-May-06 21:05
Hamid_RT15-May-06 21:05 
GeneralRe: how to create a folder automatically Pin
ramyasangeet15-May-06 21:10
ramyasangeet15-May-06 21:10 
GeneralRe: how to create a folder automatically Pin
Cedric Moonen15-May-06 21:15
Cedric Moonen15-May-06 21:15 
GeneralRe: how to create a folder automatically Pin
Hamid_RT15-May-06 21:15
Hamid_RT15-May-06 21:15 
GeneralRe: how to create a folder automatically Pin
Hamid_RT15-May-06 21:17
Hamid_RT15-May-06 21:17 
GeneralRe: how to create a folder automatically Pin
ramyasangeet15-May-06 21:48
ramyasangeet15-May-06 21:48 
thanks for ur reply.

I used the create directory function.
CreateDirectory("c:\\test\\",NULL);

To create another folder named front in the test folder,i used the same method.

CreateDirectory("c:\\test\\front",NULL); ,the folder is not creating..any other way to create subdirectories??

Also i have to store jpeg files in the created subdirectory.
How to do that.


cheers

sangeet
GeneralRe: how to create a folder automatically Pin
Hamid_RT15-May-06 22:35
Hamid_RT15-May-06 22:35 
GeneralRe: how to create a folder automatically Pin
ThatsAlok15-May-06 23:34
ThatsAlok15-May-06 23:34 
QuestionRe: how to create a folder automatically Pin
David Crow16-May-06 2:39
David Crow16-May-06 2:39 
QuestionControl the character spacing in the CEdit Control Pin
LaHaHa15-May-06 20:13
LaHaHa15-May-06 20:13 
Questionnotepad application Pin
keerthikaaa15-May-06 20:07
keerthikaaa15-May-06 20:07 
AnswerRe: notepad application Pin
Jitendra gangwar15-May-06 21:01
Jitendra gangwar15-May-06 21:01 
AnswerRe: notepad application Pin
ThatsAlok15-May-06 23:32
ThatsAlok15-May-06 23:32 
QuestionStatic Function and Static Class Pin
Scorpio15-May-06 20:07
Scorpio15-May-06 20:07 
AnswerRe: Static Function and Static Class Pin
Cedric Moonen15-May-06 20:28
Cedric Moonen15-May-06 20:28 
GeneralRe: Static Function and Static Class Pin
Scorpio15-May-06 20:45
Scorpio15-May-06 20:45 
GeneralRe: Static Function and Static Class Pin
Cedric Moonen15-May-06 20:55
Cedric Moonen15-May-06 20:55 
GeneralRe: Static Function and Static Class Pin
Scorpio15-May-06 21:03
Scorpio15-May-06 21:03 
AnswerRe: Static Function and Static Class Pin
Hamid_RT15-May-06 21:12
Hamid_RT15-May-06 21:12 
QuestionWindows Services Pin
zahid_ash15-May-06 19:51
zahid_ash15-May-06 19:51 
AnswerRe: Windows Services Pin
Cristian Amarie15-May-06 20:11
Cristian Amarie15-May-06 20:11 
AnswerRe: Windows Services Pin
Jitendra gangwar15-May-06 20:24
Jitendra gangwar15-May-06 20:24 
QuestionSystem Directory Tree Pin
KongHL15-May-06 19:48
KongHL15-May-06 19:48 

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.