[Help Beginner] Create a file history

Hello,

I want to do the following things

1- Copy a file
2- Paste it into a folder
3- Rename the copied file according to a rule (Static name + Today’s date)

Thank you,
Best regards

@Telemedium,

Take 2 String Variables :

  1. Source : Source of the File to Copy : Full File Path including Extension.
  2. Destination : Path of the New File including extension
  3. Take a Copy File Activity and pass the Source and Destination

In the Below Sample - I am Copying a File D:\Data\A.txt to D:\Data\NewFileName05_01_2020.txt.

image

-
Mukesh

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.