I am developing a process that will read and send an image in an e-mail. This image is a folder within this process.
The problem is: how do I get the path where the process is running?
Something like a
'Server.MapPath'
that returns the image path in the File System.
Thanks in advance.