Hi, I am trying to save text files with different names in a folder. i am using a type into activity with the below expression - “File.Create(“C:\Users\rsugesh\Desktop"+row(0).ToString+”_”+DateTime.Now.Date.ToString(“dd-MM-yyyy”)"
Thanks Bala. I was able to save files with different names using this expression in type into activity “C:\Users\rsugesh\Desktop"+row(0).ToString+”.txt". However, I will try to use your suggestion in other projects.