If you want to delete a file and have the ability to recycle it you should better forget about low-level functions such as DeleteFile(). You need to use the Shell API functions in order to use the recycle bin. This is because deleting files with the use of the recycle bin is not just moving [...]
How to Delete Files with the Ability to Recycle
1 Comment »
Merlin’s Delphi Forge