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?
|