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
- Open UiPath Studio and create a new automation project.
- 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.
- 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.
- 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.
- Use UiPath activities to automate the process of disconnecting from the remote VM and closing the VMware Horizon Client.
- Use UiPath activities to move or copy the files from the temporary location on the virtual machine to your local machine.
Hope it helps!!
- Open UiPath Studio and create a new workflow.
- Import the
System.IO
library. - Create a variable to store the path to the shared folder.
- Create a variable to store the path to the local machine folder.
- Use the
CopyFile
activity to copy the files from the shared folder to the local machine folder. - Create a new folder in the shared folder with the current date.
- Use the
PasteFile
activity to paste the files from the local machine folder to the new folder in the shared folder.
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?
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