Trying to get attachment full name in an email

Hey buddy
You were almost done
Just we need to change the method used from Path
To get the full Filename
We need to mention as
Path.GetFilename(row(“Attachment File Name”).ToString)

Or

Without file type and only Filename
Path.GetFileNameWithoutExtension(row(“Attachment File Name”).ToString)

Cheers @Joe.Osifo