Hi,
Hope the following helps you.
System.IO.Path.GetFileNameWithoutExtension(item)+"_"+System.IO.File.GetCreationTime(item).ToString("dd-MM-yyyy")+System.IO.Path.GetExtension(item)
Regards,
Hi,
Hope the following helps you.
System.IO.Path.GetFileNameWithoutExtension(item)+"_"+System.IO.File.GetCreationTime(item).ToString("dd-MM-yyyy")+System.IO.Path.GetExtension(item)
Regards,