Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help regarding DeleteFile(..) Pin
chandu00421-Nov-07 2:16
chandu00421-Nov-07 2:16 
YES iam closing the files(fclose).
and more over, the files were created in previous sessions. not in the session where iam trying to delete them.
and my files have the extension .cry does it matter?
here are some case studies.
1.iam trying to delete the s1.cry(created by my application) like this
filename="s1.cry";
DeleteFile(rootpath+"\\cryfiles\\"+filename);
RESULT : no use.
2.now i rename it through windows like s1.cry1 and
filename="s1.cry1";
DeleteFile(rootpath+"\\cryfiles\\"+filename);
RESULT : successful.
any ideas?

GeneralRe: Help regarding DeleteFile(..) Pin
Nelek21-Nov-07 3:48
protectorNelek21-Nov-07 3:48 
GeneralRe: Help regarding DeleteFile(..) Pin
chandu00421-Nov-07 4:51
chandu00421-Nov-07 4:51 
AnswerRe: Help regarding DeleteFile(..) Pin
chandu00421-Nov-07 2:21
chandu00421-Nov-07 2:21 
GeneralRe: Help regarding DeleteFile(..) Pin
Nelek21-Nov-07 3:19
protectorNelek21-Nov-07 3:19 
GeneralRe: Help regarding DeleteFile(..) Pin
chandu00421-Nov-07 4:49
chandu00421-Nov-07 4:49 
GeneralRe: Help regarding DeleteFile(..) Pin
Nelek21-Nov-07 20:32
protectorNelek21-Nov-07 20:32 
AnswerRe: Help regarding DeleteFile(..) Pin
Malli_S21-Nov-07 2:02
Malli_S21-Nov-07 2:02 
GeneralRe: Help regarding DeleteFile(..) Pin
chandu00421-Nov-07 2:22
chandu00421-Nov-07 2:22 
QuestionHow to print a bmp file through printer? Pin
bankey101021-Nov-07 1:42
bankey101021-Nov-07 1:42 
AnswerRe: How to print a bmp file through printer? Pin
Nelek21-Nov-07 1:59
protectorNelek21-Nov-07 1:59 
QuestionRe: How to print a bmp file through printer? Pin
fantasy121521-Nov-07 14:21
fantasy121521-Nov-07 14:21 
AnswerRe: How to print a bmp file through printer? Pin
Hamid_RT21-Nov-07 18:56
Hamid_RT21-Nov-07 18:56 
AnswerRe: How to print a bmp file through printer? Pin
Nelek21-Nov-07 20:29
protectorNelek21-Nov-07 20:29 
AnswerRe: How to print a bmp file through printer? Pin
Hamid_RT21-Nov-07 6:58
Hamid_RT21-Nov-07 6:58 
GeneralRe: How to print a bmp file through printer? Pin
Nelek21-Nov-07 20:24
protectorNelek21-Nov-07 20:24 
Questionget height and width of image in pictur box Pin
CJ94200221-Nov-07 1:20
CJ94200221-Nov-07 1:20 
AnswerRe: get height and width of image in pictur box Pin
Mark Salsbery21-Nov-07 5:45
Mark Salsbery21-Nov-07 5:45 
QuestionRe: get height and width of image in pictur box Pin
Hamid_RT21-Nov-07 6:56
Hamid_RT21-Nov-07 6:56 
Questionstrech image in picture box Pin
CJ94200221-Nov-07 1:16
CJ94200221-Nov-07 1:16 
AnswerRe: strech image in picture box Pin
Mark Salsbery21-Nov-07 5:46
Mark Salsbery21-Nov-07 5:46 
AnswerRe: strech image in picture box Pin
Hamid_RT21-Nov-07 6:55
Hamid_RT21-Nov-07 6:55 
Questionwhere to find NM_CUSTOMDRAW in VS2005 Pin
subramanyeswari21-Nov-07 0:44
subramanyeswari21-Nov-07 0:44 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
Parthi_Appu21-Nov-07 1:16
Parthi_Appu21-Nov-07 1:16 
GeneralRe: where to find NM_CUSTOMDRAW in VS2005 Pin
subramanyeswari21-Nov-07 1:34
subramanyeswari21-Nov-07 1:34 

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.