Leo Vo

Resultados 1 preguntas formuladas por Leo Vo

Veo que hay algunas formas de obtener la ruta de la carpeta de la aplicación: Application.StartupPath System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().Location) AppDomain.CurrentDomain.BaseDirectory System.IO.Directory.GetCurrentDirectory() Environment.CurrentDirectory System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) System.IO.Path.GetDirectory(Application.ExecutablePath) ¿Cuál es la mejor manera dependie...