In my sequence I download excel file from website. Name of excel file is not static. It keeps on changing.
I want to rename this file.
Example:-
downloaded file can have name like:
If you want the file to be renamed and to be in the same folder you can use Move function, if different folder you can use copy file activity with different filename.
Note: There is Move File Activity as well, you don’t have to use Invoke Method
Hi I am using “DirectoryInfo(@“YOUR PATH”).GetFiles().OrderByDescending(Function(x) x.LastWriteTime)” coz I may have multiple files in future but this gives error.