Move File Error - 1/6/23

Hi all,
I am trying to move the most recent downloaded file from the downloads folder to another folder and am getting an error in the ‘Move File’ activity because it is searching the wrong directory:
Could not find file ‘C:\Users\rhansen\Document\UiPath\NYFS to BFS\All_in_One_Alps.xlsx’

It should be searching in the ‘C:\Users\rhansen034\Downloads’ directory for this file. How can I correct this? Thank you in advance!

Hi @Ryan_Hansen_US,
please try to log message both file path from and two and make sure that you bypass the file source and destination right. please check and update us if you still face issue.

@Ryan_Hansen_US

Welcome to the community

Please try using the path like this

Path.Combine("C:\Users",Environmanr.Username,"downloads")

Cheers