Click here to Skip to main content
16,010,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Socket problem Pin
Laxman Auti16-May-06 1:52
Laxman Auti16-May-06 1:52 
QuestionSend email. Pin
HarishDixit16-May-06 0:06
HarishDixit16-May-06 0:06 
AnswerRe: Send email. Pin
Laxman Auti16-May-06 1:18
Laxman Auti16-May-06 1:18 
GeneralRe: Send email. Pin
ThatsAlok16-May-06 1:25
ThatsAlok16-May-06 1:25 
GeneralRe: Send email. Pin
ThatsAlok16-May-06 1:38
ThatsAlok16-May-06 1:38 
Questiongiv me idea Pin
ramyasangeet16-May-06 0:03
ramyasangeet16-May-06 0:03 
AnswerRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 0:17
_AnsHUMAN_ 16-May-06 0:17 
GeneralRe: giv me idea Pin
ramyasangeet16-May-06 0:46
ramyasangeet16-May-06 0:46 
i got the filename without extension.

int n=m_strFileName.Find(".cam");
CString filename=m_strFileName.Left(fname.GetLength()-n);

Now i need to create a directory with this filename.
so everytime the filename changes,the directory name should also be changed.

i used _mkdir,CreateDirectory methods to create new directory.but those methods are only useful for creating specific directories.like "c:\\rocky"
so we get only directory with name rocky..

can i able to create directories at runtime?


cheers

sangeet

-- modified at 6:48 Tuesday 16th May, 2006
GeneralRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 0:51
_AnsHUMAN_ 16-May-06 0:51 
GeneralRe: giv me idea Pin
ramyasangeet16-May-06 0:57
ramyasangeet16-May-06 0:57 
GeneralRe: giv me idea Pin
_AnsHUMAN_ 16-May-06 1:07
_AnsHUMAN_ 16-May-06 1:07 
AnswerRe: giv me idea Pin
David Crow16-May-06 3:58
David Crow16-May-06 3:58 
QuestionWM_ACTIVATE question Pin
Axonn Echysttas16-May-06 0:01
Axonn Echysttas16-May-06 0:01 
AnswerRe: WM_ACTIVATE question Pin
Mahesh Kulkarni16-May-06 0:45
Mahesh Kulkarni16-May-06 0:45 
GeneralRe: WM_ACTIVATE question Pin
Axonn Echysttas16-May-06 0:48
Axonn Echysttas16-May-06 0:48 
AnswerRe: WM_ACTIVATE question Pin
ThatsAlok16-May-06 0:47
ThatsAlok16-May-06 0:47 
GeneralRe: WM_ACTIVATE question Pin
Axonn Echysttas16-May-06 1:00
Axonn Echysttas16-May-06 1:00 
AnswerRe: WM_ACTIVATE question Pin
SimonSays16-May-06 8:11
SimonSays16-May-06 8:11 
GeneralRe: WM_ACTIVATE question Pin
Axonn Echysttas17-May-06 0:09
Axonn Echysttas17-May-06 0:09 
QuestionListBox problem Pin
Sarath C15-May-06 23:54
Sarath C15-May-06 23:54 
AnswerRe: ListBox problem Pin
_AnsHUMAN_ 16-May-06 0:19
_AnsHUMAN_ 16-May-06 0:19 
GeneralRe: ListBox problem Pin
Sarath C16-May-06 0:37
Sarath C16-May-06 0:37 
GeneralRe: ListBox problem Pin
Rage16-May-06 1:23
professionalRage16-May-06 1:23 
QuestionTypedefs Pin
koumodaki15-May-06 23:49
koumodaki15-May-06 23:49 
AnswerRe: Typedefs Pin
Cedric Moonen15-May-06 23:55
Cedric Moonen15-May-06 23:55 

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.