Uipath Marketplace
MarketplaceListingsSnippetEssilor - Copy Files

Create your first automation in just a few minutes.Try Studio Web

Essilor - Copy Files

Essilor - Copy Files

by Essilor

1

Snippet

Downloads

38

back button
back button
carouselImage0
next button
next button

Summary

Summary

This component will copy files at once.

Overview

Overview

There are two options:

(1) Copy all files from a directory to another

Inputs:

  • in_TerminalFolder - Full path of the terminal folder. It is of type String. It will be used to get all file paths inside it.
  • in_DestinationFolder - Full path of the destination folder. It is of type String.
  • in_BoolOverwrite - Option if you want to overwrite files or not. It is of type Boolean.
  • in_FileList - Should not be set. If set, it will be overwritten by files from in_TerminalFolder.

(2) Copy files from different directories to a destination folder

Inputs:

  • in_FileList - List of files to be moved to the destination folder. It is of type String[].
  • in_DestinationFolder - Full path of the destination folder. It is of type String.
  • in_BoolOverwrite - Option if you want to overwrite files or not. It is of type Boolean.
  • in_TerminalFolder - Should not be set. If set, option 1 will be executed.

Features

Features

UiPath Studio contains a Copy File activity. It can be used to copy one file at a time. With this component, you can copy files in just one activity whether it is: Directory to Directory Different directories to Directory

Additional Information

Additional Information

Dependencies

UiPath.Excel.Activities: 2.6.0 UiPath.Mail.Activities: 1.5.0 UiPath.System.Activities: 19.5.0 UiPath.UIAutomation.Activities: 19.5.0

Code Language

Visual Basic

Publisher

Essilor

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.1

Updated

Feb 18, 2020

Works with

Studio: 19.5 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Similar Listings