Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to check a directory is existed or not Pin
Randor 17-Sep-07 20:31
professional Randor 17-Sep-07 20:31 
GeneralRe: How to check a directory is existed or not Pin
kcynic17-Sep-07 19:45
kcynic17-Sep-07 19:45 
GeneralRe: How to check a directory is existed or not Pin
kcynic17-Sep-07 20:56
kcynic17-Sep-07 20:56 
GeneralRe: How to check a directory is existed or not Pin
Karismatic17-Sep-07 22:47
Karismatic17-Sep-07 22:47 
GeneralRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 4:09
David Crow18-Sep-07 4:09 
GeneralRe: How to check a directory is existed or not Pin
kcynic18-Sep-07 15:25
kcynic18-Sep-07 15:25 
QuestionRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 16:56
David Crow18-Sep-07 16:56 
GeneralRe: How to check a directory is existed or not Pin
Karismatic19-Sep-07 2:15
Karismatic19-Sep-07 2:15 
use this code this will work actually this function returns some value but not TRUE if direstory exists else it returns 0
TCHAR* fpath=_T("C:\\WINDOWS");<br />
if(PathIsDirectory(fpath))<br />
cout<<"Is a directory"<<endl;<br />



Regards,
Pankaj Sachdeva

"There is no future lies in any job"
"but"
"future lies in the person who holds the job"

AnswerRe: How to check a directory is existed or not Pin
Hamid_RT18-Sep-07 3:12
Hamid_RT18-Sep-07 3:12 
AnswerRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 4:11
David Crow18-Sep-07 4:11 
QuestionString of integers Pin
Herboren17-Sep-07 16:24
Herboren17-Sep-07 16:24 
AnswerRe: String of integers Pin
fefe.wyx17-Sep-07 16:45
fefe.wyx17-Sep-07 16:45 
GeneralRe: String of integers Pin
Herboren17-Sep-07 18:47
Herboren17-Sep-07 18:47 
GeneralRe: String of integers Pin
nbugalia17-Sep-07 19:15
nbugalia17-Sep-07 19:15 
AnswerRe: String of integers Pin
Russell'17-Sep-07 23:24
Russell'17-Sep-07 23:24 
AnswerRe: String of integers Pin
David Crow18-Sep-07 4:17
David Crow18-Sep-07 4:17 
GeneralRe: String of integers [modified] Pin
Herboren18-Sep-07 4:43
Herboren18-Sep-07 4:43 
GeneralRe: String of integers Pin
David Crow18-Sep-07 5:32
David Crow18-Sep-07 5:32 
GeneralRe: String of integers Pin
Herboren18-Sep-07 6:13
Herboren18-Sep-07 6:13 
QuestionRe: String of integers Pin
David Crow18-Sep-07 6:51
David Crow18-Sep-07 6:51 
AnswerRe: String of integers [modified] Pin
Herboren18-Sep-07 9:04
Herboren18-Sep-07 9:04 
GeneralRe: String of integers Pin
David Crow18-Sep-07 10:36
David Crow18-Sep-07 10:36 
GeneralRe: String of integers Pin
Herboren18-Sep-07 10:58
Herboren18-Sep-07 10:58 
QuestionRe: String of integers Pin
David Crow18-Sep-07 11:06
David Crow18-Sep-07 11:06 
AnswerRe: String of integers [modified] Pin
Herboren18-Sep-07 11:17
Herboren18-Sep-07 11:17 

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.