How we can copy or paste file in Vmware Horizon client shared folder?

Hi Experts , Is there any possible ways to copy or paste files in Vmware Horizon client shared folder?
In my scenario I have to copy files from shared folder in vmware horizon client into local machine for DU process. Post DU process again i have to create separate folder in shared folder(vmware horizon client ) with current date and paste the file. Thankyou in advance

@nithish.dhanabal1

  1. Open UiPath Studio and create a new automation project.
  2. Use the VMware Horizon activities package, if available, or use UiPath’s standard activities to automate the process of connecting to the remote VM using VMware Horizon Client.
  3. Use UiPath activities to interact with the shared folder, such as “Click” and “Type Into” activities, to navigate to the desired files within the shared folder.
  4. Use UiPath activities like “Copy File” or “Copy Directory” to copy the files from the shared folder to a temporary location on the virtual machine.
  5. Use UiPath activities to automate the process of disconnecting from the remote VM and closing the VMware Horizon Client.
  6. Use UiPath activities to move or copy the files from the temporary location on the virtual machine to your local machine.

Hope it helps!!

@nithish.dhanabal1

  1. Open UiPath Studio and create a new workflow.
  2. Import the System.IO library.
  3. Create a variable to store the path to the shared folder.
  4. Create a variable to store the path to the local machine folder.
  5. Use the CopyFile activity to copy the files from the shared folder to the local machine folder.
  6. Create a new folder in the shared folder with the current date.
  7. Use the PasteFile activity to paste the files from the local machine folder to the new folder in the shared folder.

Hi @nithish.dhanabal1

Check on this thread

I hope it helps!!

Hi , the problem i have not supposed to install studio on Client VM. only i can do image based automation.
Because of that i can’t able to use Copy file or move file activity. is there any other way to copy file from Vm shaerd folder?

@nithish.dhanabal1

If a shared link or shared drive can be created between your local and vm …then that shared drive can be used to move files between

Steps

Cheers