String Path = Application.StartupPath.Substring(0, Application.StartupPath.Substring(0, Application.StartupPath.LastIndexOf(“\\”)).LastIndexOf(“\\”));
Path += @”\1.bmg”;
String Path2 = Application.StartupPath.Substring(0, Application.StartupPath.Substring(0, Application.StartupPath.LastIndexOf(“\\”)).LastIndexOf(“\\”));
Path2 += @”\1.bmg”;