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?
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
Just use Move File activity and mention same source and destination folder names with different filenames.