View Single Post

  #1 (permalink)  
Old 10-14-2005, 08:31 AM
steve
Guest
 
Posts: n/a
Default using shell commands in C

I program in C. while doing some operations, i created some temporary files in my harddisk. However after the execution of the programs, i would like to remove the files. How can i remove these files? I only thought if it was possible to use shell command "rm" within the C program.
How is it possible?
Reply With Quote