Hello again!
In my program I need to be able to send them files to the recycle bin; then, there is also a need to be able to restore files from the recycle bin.

Sending to the recycle bin is covered with :
Code:
        My.Computer.FileSystem.DeleteFile(SelFileName, FileIO.UIOption.AllDialogs, FileIO.RecycleOption.SendToRecycleBin, FileIO.UICancelOption.DoNothing)
How can I restore a deleted file from the recycle bin, if someone sent the wrong file to it?