I am trying to move all the zip files from one path “D:\Backup Files” to another path “C:\Users\aamir\Desktop\Updated Files” but i am not able to do i have read many solutions in forum but unfortunately i am not able to move it.
Can anyone please help as this is very urgent requirement and i am not able to move it.
Akshay thanks for your help but Directory.GetFiles(config.Rows(0).Item(“Path”).ToString,“*.zip”) line is used here just to extract data from one folder and here in this folder there is no .zip file. i am just moving files which is there in this folder and sending it to "D:\Backup Files" folder and then zipping here and then moving the zip file from here back to config.Rows(0).Item(“Path”).ToString.