Change the name of a file

Hello,

I have a pdf file that needs to be renamed. I have the filepath of the pdf as a string and i need to change it completely.

How can I go about doing that?

@dvn you can use Move activity to rename the file name and then delete the old file with delete file activity

2 Likes

@dvn @shanmukh_pothamsetty

Just use Move File activity and mention same source and destination folder names with different filenames.

4 Likes