How can i move multiple files in a directory to another folder

Hi,

I want to collect all “files” in a directory to another folder at desktop. This directory includes both files and folders and also files in the folders.

Move activity can not meet my request. I want find all files in the directory and move them in a folder. Could you please help me on this part.

1 Like

Use move file activity

Hey @emirtuna_87,

Welcome to the community.

Here is the workaround for you.

This approach will do the following,

  1. Retrieve all the files from the source folder - including sub directories
  2. Iterate and move each file to destination.

FYR - MoveFiles.zip (2.4 KB)

Please change the Source & Destination path in the workflow as per your environment.

Thanks :slight_smile:

1 Like

Solved successfully. Thanks for rapidly answer Nithinkrishna : ))

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.