Move folder with variable name

Hello,
I would like to move a folder (with a variable name) into an archive folder.

Example:
The folder "C:\Users… " + variable1
should move to “C:\Users… + Archive”

How can build such a function?
Thank you in advance for your help!

1 Like

Hi
Welcome to uipath community
Keep this source file path in PATH property of MOVE FILE activity
And
DESTINATION mention the file path you have where the file is to be moved

Cheers @miriamzink

Thank you for your help. I will try to build it that way. :slight_smile:
Miriam

1 Like