I want to move all subfolders from one directory to another in uipath
MoveDirectory.xaml (11.1 KB)
invoke this somewhere in your workflow. make sure the specified paths are like c:\x\y\z, not c:\x\y\z\
1 Like
Hi buddy @Tel43
We can us move file Activity to get this done buddy
Justt we need to mention the source path and destination path
https://activities.uipath.com/docs/move-file
Cheers