Rename folder name

Hi,

I need to rename a folder. I am using file operations and able to do it successfully if i provide the name of specific folder.
But my folder will be dynamic like D:\Newfolder\ there can be any name of folder under Newfolder.

Kindly provide a solution for this.

Thanks

Hi,

Depending upon your use case you will have to derive a logic to rename the folder which you wish to.

Regards,
Amit Anand

you can use powershell cmdlet Rename-Item to rename a folder (ensure no file in that directory is open elsewhere)

Hi Sathya,

Can you please specify the content written under Assign?

Thanks