Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can not delete a file Pin
SandipG 30-Jul-07 1:14
SandipG 30-Jul-07 1:14 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 2:39
George_George30-Jul-07 2:39 
AnswerRe: can not delete a file Pin
Don Box30-Jul-07 2:17
Don Box30-Jul-07 2:17 
GeneralRe: can not delete a file Pin
Jonathan [Darka]30-Jul-07 2:29
professionalJonathan [Darka]30-Jul-07 2:29 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 2:41
George_George30-Jul-07 2:41 
GeneralRe: can not delete a file Pin
Jonathan [Darka]30-Jul-07 2:52
professionalJonathan [Darka]30-Jul-07 2:52 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 2:40
George_George30-Jul-07 2:40 
AnswerRe: can not delete a file Pin
Bryster30-Jul-07 2:19
Bryster30-Jul-07 2:19 
Hi I was just looking at your problem and why not try someting completely different.

You could create a batch file which deletes the files within a folder.

1. Create a new text file for writing to (say on your c:\) with the extension of ".BAT"
2. Write to that file the path of the directory you want to delete, fprintf(cfile,"del %s\*.*",pathname)
3. Close the file
4. Using the SPOOL command run the file.

Just a quick solution to your problem.

Bry.Big Grin | :-D
GeneralRe: can not delete a file Pin
George_George30-Jul-07 2:44
George_George30-Jul-07 2:44 
AnswerRe: can not delete a file Pin
gvisgr830-Jul-07 2:19
gvisgr830-Jul-07 2:19 
QuestionRe: can not delete a file Pin
David Crow30-Jul-07 3:32
David Crow30-Jul-07 3:32 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 2:44
George_George30-Jul-07 2:44 
AnswerRe: can not delete a file Pin
George_George30-Jul-07 4:11
George_George30-Jul-07 4:11 
GeneralRe: can not delete a file Pin
David Crow30-Jul-07 3:49
David Crow30-Jul-07 3:49 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 4:12
George_George30-Jul-07 4:12 
GeneralRe: can not delete a file Pin
David Crow30-Jul-07 4:46
David Crow30-Jul-07 4:46 
GeneralRe: can not delete a file Pin
George_George30-Jul-07 16:46
George_George30-Jul-07 16:46 
Questiongetline() Pin
garfaoui30-Jul-07 0:09
garfaoui30-Jul-07 0:09 
AnswerRe: getline() Pin
Nelek30-Jul-07 0:22
protectorNelek30-Jul-07 0:22 
GeneralRe: getline() Pin
garfaoui30-Jul-07 0:25
garfaoui30-Jul-07 0:25 
QuestionRe: getline() Pin
David Crow30-Jul-07 3:34
David Crow30-Jul-07 3:34 
AnswerRe: getline() Pin
garfaoui30-Jul-07 3:39
garfaoui30-Jul-07 3:39 
GeneralRe: getline() Pin
David Crow30-Jul-07 3:47
David Crow30-Jul-07 3:47 
GeneralRe: getline() Pin
garfaoui30-Jul-07 4:02
garfaoui30-Jul-07 4:02 
GeneralRe: getline() Pin
David Crow30-Jul-07 4:45
David Crow30-Jul-07 4:45 

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.