1 2 3 4 5
public static string GetApplicationsPath() { FileInfo fi = new FileInfo(Assembly.GetEntryAssembly().Location); return fi.DirectoryName; }
using System.Windows.Forms;