Uipath Marketplace
MarketplaceListingsSnippetMove all Files from Folders

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

Move all Files from Folders

Move all Files from Folders

by Dasun Kanchana

StarStar

1

Snippet

Downloads

105

back button
back button
carouselImage0
next button
next button

Summary

Summary

A Snippet that moves all files from folders from a given directory

Overview

Overview

Input arguments (String):

  1. In_initialDirectory Ex: D:\fileLocation\ you should give your directory path like this
  2. In_In_folderToMove Ex: D:\fileLocation you should give your folder path like this

output arguments(Boolean):

  1. Out_isAllFolderMoved this is a boolean value. if it is True file was moved

NOTE: This component can only move the files situated in the sub folder. The files located outside the sub folders cannot be moved. The file names must be different as the same name file inside the destination cannot be moved. 

Error Messages :

  • 'There is no file in the given location' - If you get this message form in output panel that means file array length was zero. In this case the provided location does not have any file to move. 
  • 'Can't create path file already exist' - This means the file you are trying to move already exists in the destination. It can also happen because the file name may be same.

When the file already exists in the destination, the exception should be handled by the user.

Features

Features

This component can be customized the way you see fit.

Additional Information

Additional Information

Dependencies

No Dependencies

Code Language

Visual Basic

Publisher

Dasun Kanchana

Visit publisher's page

License & Privacy

Apache

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