Hi every body.
i'd write a program to copy the content of one file to another file and to delete the content of the first file. But after deleting the first file remains the harddisk(even though it has no data in it). i want to remove the file totally from the harddisk. How to implement this. I'd written the program in C and the files that i want to delete is a ".txt" or ".doc" format files.
please any one help me
i'd write a program to copy the content of one file to another file and to delete the content of the first file. But after deleting the first file remains the harddisk(even though it has no data in it). i want to remove the file totally from the harddisk. How to implement this. I'd written the program in C and the files that i want to delete is a ".txt" or ".doc" format files.
please any one help me
Comment