how to create undo button in vb.net that is similar to ctrl z after u modify or rename a file u can undo what ever happened?

Viewed 37

I want to create an undo button in a program that undo the modifications on files done by the program ,what I mean by modifications is normal file manipulation :like move rename copy to another directory so I wanted to know if there is a way to preform a ctrl+z undo action in the directory where the program is running in vb.net example : like after renaming a group of files in a chosen directory using the app by pressing the button can undo it

is there a way to do that in vb.net ?

0 Answers
Related