Comments on: Delete a file to the recycle bin from C++ http://pogopixels.com/blog/delete-a-file-to-the-recycle-bin-from-cp/ Just another WordPress weblog Tue, 22 Jul 2014 10:00:12 +0000 hourly 1 https://wordpress.org/?v=4.7.9 By: Vesko http://pogopixels.com/blog/delete-a-file-to-the-recycle-bin-from-cp/comment-page-1/#comment-4340 Wed, 25 Nov 2009 14:26:54 +0000 http://pogopixels.com/blog/?p=57#comment-4340 1) operation.pFrom must be end with double zero
2) operation.fFlags = FOF_ALLOWUNDO|FOF_NO_UI|FOF_NORECURSION;

]]>