Extract Files from folder and move to other folder

Hi,

I have downloaded zip files and extracted the folder to destination,

But my problem here is the extraction happened in the form of a folder and i ant to retrieve the files from the folder and move to some other location.

The folder name in the subject name of email.

so how can i extract files from such a folder.

Thanks
heena

Check this workflow, @heena_shaikh
Test_2.xaml (5.3 KB)

You can move the entire folder to destination and rename it.
or
Use Directories.GetFiles(filepath) function to retrieve all files from the folder and loop through each file, use move File activity to move the files one by one.