How to move the select a specific folder from the source location and move to destination folder?

I need to search the specific folder from the source location and it need to be moved to the destination folder.

@pb1

check as below

First Place Invoke Method activity
Select TargetType as System.IO.Directory
Fill MethodName as Move
Click on Parameters and pass You Source FolderName and DestFolderName

Hope this helps you
Follow MyChannel

Thanks

1 Like

Thanks for your reply Srinu,

But I cant able to move the file, please help me out.

regards,
Parthiban B

@pb1

For Files better to use Move File activity

Hope this may helps you

Thanks

1 Like

@Srini84

Can we able to move folder using this Move File activity?

@pb1

You can’t move folder with Move File activity

You can use Create Folder, Once you created you can use Move Files activity to move the files

Hope this helps you

Thanks

1 Like

Hi @pb1

Check this link

https://rpabotsworld.com/powershell-uipath-integration/

In this blog , I had explained the Uipath integration with power shell and how using it we can able to move the folder from one location to other using Move-item cmdlet

Hope it helps

Mark it as solution if you got it

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed:

1 Like

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