Hi to all,
I have a simple problem (question) about C++. I use Windows API functions ReadFile and Write file to "hide" one file in another and then to extract this file. My question is how can I delete the "hidden" file which is exactly a block in the other file? I'm using WindowsXP and Borland C++ Builder 6.0 if this can help.

P.S. If somebody want I can post the source if the program.