I am new to .net programming in C#; Currently I'm developing a project in which I want a functionality that happens when a file is deleted.
I can move this file to my custom folder named "recovery", but I don't know how to do this, please help me.
I want to use SHFileOperation
to do this.