Move a zipped folder to another location

Hi All!

How to move a zipped folder to another location? I was trying to use the following activities:
image

But I am having an error:

RemoteException wrapping UiPath.Core.Activities.FileSystemException: Source or destination folder missing. 
   at UiPath.Core.Activities.MoveFolderX.ExecuteAsync(AsyncCodeActivityContext context,
CancellationToken cancellationToken)
   at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
   at UiPath.Shared.Activities.AsyncTaskCodeActivity.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
   at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
   at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)

Thank you! :slight_smile:

Hi @_pjflo

Looks like that one of your variable contains a wrong folder path or could be empty, please check this variable and verify that it is a correct destination

Regards!

Hello!

My variables have values so I’m not sure why it’s getting an error:

are those folders created in the C: Path?

Yes, they are created in C: path.

Check that RPA BOT has access to the specified path.