M
Matteo Cima
from the answer of a previous thread:
public string ApplicationLocation()
{
return
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssem
bly().GetName().CodeBase.ToString());
}
Matteo.
public string ApplicationLocation()
{
return
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssem
bly().GetName().CodeBase.ToString());
}
Matteo.