How to move folder from download to another folder

how to move folder from download to another folder
please suggest

Hi @dhanu_lokhande

You can use the following activity to move the folder.

image

Best Regards.

@dhanu_lokhande Welcome to UiPath community. Follow below solution.

From = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+“\Downloads”

@dhanu_lokhande,

Please try below
Download file:

Move downloaded file:
MOVE DOWNLOADED FILE