How to Rename the file from folder

I want to rename the File from folder as with.csv extension.Downloaded files don’t have extension and for the same I need to rename with specific folder path.

image

1 Like

Activity Name :Invoke Method
Target Type : Microsoft.visualbasic.filesysytem

MehtodName :Rename

Go to Properties of Invoke method
Parameters:

1- in value string – “oldFilename.CSV”
2- In value string – “newFilename.CSV”

Hi @nm09011985

You can use the movefile activity and put the path and filename that your desire.

cheers :smiley:

Happy learning :smiley:

2 Likes

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