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

C / C++ / MFC

 
GeneralRe: Why is my C program crashing? Pin
CodeMak7-Dec-06 22:22
CodeMak7-Dec-06 22:22 
GeneralRe: Why is my C program crashing? Pin
Christian Graus7-Dec-06 22:43
protectorChristian Graus7-Dec-06 22:43 
GeneralRe: Why is my C program crashing? Pin
CodeMak7-Dec-06 23:28
CodeMak7-Dec-06 23:28 
GeneralRe: Why is my C program crashing? Pin
Christian Graus7-Dec-06 23:34
protectorChristian Graus7-Dec-06 23:34 
GeneralRe: Why is my C program crashing? Pin
David Crow8-Dec-06 3:44
David Crow8-Dec-06 3:44 
AnswerRe: Why is my C program crashing? Pin
Michael Dunn8-Dec-06 6:13
sitebuilderMichael Dunn8-Dec-06 6:13 
GeneralRe: Why is my C program crashing? Pin
<color>Aljechin 29-Dec-06 20:25
<color>Aljechin 29-Dec-06 20:25 
QuestionHow to search for a file.. Pin
Shah Satish7-Dec-06 21:10
Shah Satish7-Dec-06 21:10 
Hi!!!
I am just beginner in this field. I want to search for one specified file from the folder. as in I have one file called “WG_LL.txt “in my file.. n in each Webdoku section this file is contain inside loopo folder..ie File WG_LL.txt file is always inside of loopo folder but the location of loopo folder is different.

For example…

I created one dialogue box… and it contain my Webdoku section and path of the section..




Webdoku section Path of the section

DEMO70E D:\Progsample\ProdV70E\ProdMast\

DEMO70D C:\project\webdoku\

SAMPLE D:\Prog. sample\ProdV70E\WebDoku\

DEMO80D E:\blabla\webdoku\

DEMO60E D:\Progsample\WebDoku\

WT1 \\rekafs\Projekte_USB\myfolder\9_WebDoku\

WT2 \\rekafs\Projekte_USB\myfolder\9_WebDoku\


If suppose, I select DEMO70E from my dialogue box then it should be search for “WG_LL.txt file” and here path of the file is …D:\Progsample\ProdV70E\WebDoku\loopo\WG.LL.txt.

If suppose I select DEMO60E, then it should be search for file “WG_LL.txt” and path of the file is D:\Progsample\WebDoku\loopo\WG_LL.txt..

If suppose I select WT1, then it should be search for file “WG_LL.txt” and path of the file is \\rekafs\Projekte_USB\myfolder\9_WebDoku\WT1\loopo\WG_LL.txt

In short, here I want to search for loopo folder coz WG_LL.txt” file will be contain in Loopo folder…Here I have some code in this file (WG_LL.txt) so I need this file.
In my method…my section = selected Webdoku section (for example..DEMO70E)
&
Mypath =selected section path ( D:\Progsample\ProdV70E\ProdMast\)
So how can I find that file with location of the path.

Thank you very much…


Shah Satish
AnswerRe: How to search for a file.. Pin
Hamid_RT7-Dec-06 21:20
Hamid_RT7-Dec-06 21:20 
GeneralRe: How to search for a file.. Pin
Shah Satish7-Dec-06 21:48
Shah Satish7-Dec-06 21:48 
GeneralRe: How to search for a file.. Pin
Hamid_RT7-Dec-06 21:59
Hamid_RT7-Dec-06 21:59 
GeneralRe: How to search for a file.. Pin
Shah Satish8-Dec-06 23:27
Shah Satish8-Dec-06 23:27 
GeneralRe: How to search for a file.. Pin
Hamid_RT9-Dec-06 21:12
Hamid_RT9-Dec-06 21:12 
QuestionRe: How to search for a file.. Pin
David Crow8-Dec-06 3:47
David Crow8-Dec-06 3:47 
AnswerRe: How to search for a file.. Pin
Shah Satish8-Dec-06 4:23
Shah Satish8-Dec-06 4:23 
QuestionRe: How to search for a file.. Pin
David Crow8-Dec-06 4:32
David Crow8-Dec-06 4:32 
AnswerRe: How to search for a file.. Pin
Shah Satish8-Dec-06 23:24
Shah Satish8-Dec-06 23:24 
GeneralRe: How to search for a file.. Pin
David Crow11-Dec-06 3:06
David Crow11-Dec-06 3:06 
GeneralRe: How to search for a file.. Pin
Shah Satish8-Dec-06 23:25
Shah Satish8-Dec-06 23:25 
AnswerRe: How to search for a file.. Pin
Rajesh R Subramanian7-Dec-06 21:22
professionalRajesh R Subramanian7-Dec-06 21:22 
GeneralRe: How to search for a file.. Pin
Shah Satish7-Dec-06 21:47
Shah Satish7-Dec-06 21:47 
GeneralRe: How to search for a file.. Pin
Rajesh R Subramanian7-Dec-06 21:51
professionalRajesh R Subramanian7-Dec-06 21:51 
GeneralRe: How to search for a file.. Pin
Shah Satish7-Dec-06 22:08
Shah Satish7-Dec-06 22:08 
GeneralRe: How to search for a file.. Pin
Rajesh R Subramanian7-Dec-06 22:14
professionalRajesh R Subramanian7-Dec-06 22:14 
GeneralRe: How to search for a file.. Pin
ThatsAlok7-Dec-06 22:43
ThatsAlok7-Dec-06 22:43 

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.