Hi kamalilam,
kamalilam wrote:
now i want to delete this file using single slash("\") inside path..
As per C++ Character Constants[^], \ has special meaning in strings. So - "d:\\testapp\\abc.exe" is really "d:\testapp\abc.exe". Best Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.