Reading dynamic file name while renaming it

Fine
Use
Out_Filepatharray =Directory.GetFiles(“yourfolderpath”)
Use for each loop and pass the above variable as input and change the type argument as string in the property
—use a move file activity and mention the source path as item and destination path as @balkishan
“yourdestinationfolderpath”+“\”+Now.ToString(“dd_MM_yy_hh_mm_ss_tt”)+“_”+Path.GetFilename(item).ToString

Cheers @balkishan

2 Likes