Please do suggest a method to do this
1 Like
Hope you are able to find out the file name. If yes just use replace method to replace A with B.
InputFile.Replace("A","B")
Here InputFile holds your filename.
Hi @Gopikrishna_S ,
Maybe it is still unclear as to what is to be done, Do you want to Replace A
by B
or do you want to Update the dates to the current date value ?
Hey @Gopikrishna_S
-
Get the dynamic file from the folder
-
Move the file and keep the same destination with new name
-
Delete the old file
Hope this helps
Thanks
#nK