Talk:Send to Recycle Bin

From NSIS Wiki
Jump to navigationJump to search

Any chance to use NSIS vars? Like

Push "$INSTDIR\xyz.txt"
Call un.SendToRecycleBin
Pop $R0 ; Return code

Because this does not work for me!