Copy file and rename file?

Now have step as below.

  1. use For Each File in Folder activity for loop file
  2. copy file to another folder (folder output)
  3. rename file in folder output (recent file that copy)

Now I stuck in step3.
Please guide me for solve it.

image

@fairymemay

try using currentFile.FullName

also what name you want to rename?

cheers

1 Like

@fairymemay

you directly rename the file while using copy file activity

by adding the file name which you want to rename

2 Likes

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