Function Trashcan.recycleBin

Windows-only function to get IShellFolder2 object associated with recycle bin.

trashcan.Trashcan.IShellFolder2 recycleBin() nothrow @property @nogc;

Note

If you want a returned object to outlive Trashcan, you must call AddRef on it (and then Release when it's no longer needed).