Re: Delete file to recycle bin with Delphi

Posted by Stijn Sanders on August 26, 2008

In Reply to Delete file to recycle bin with Delphi posted by Kelly Sanders on August 26, 2008

Use SHFileOperation with FO_DELETE. It's declared in the ShellApi unit. See more info in the help (Ctrl+F1)

Related articles

       

Follow Ups