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 ?