martes, 29 de septiembre de 2009

c# path ejecutable

using System;

namespace test
{
class Program
{
static void Main(string[] args)
{
string path_Act = System.Reflection.Assembly.GetExecutingAssembly().Location;
}
}
}

No hay comentarios:

Publicar un comentario