- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
public static string ExeDirectory
{
get
{
var strBuff1 = System.Windows.Forms.Application.ExecutablePath;
var strBuff2 = Path.GetFileName(strBuff1);
return strBuff1.Remove(strBuff1.Length - strBuff2.Length, strBuff2.Length);
}
}
Комментарии (0) RSS
Добавить комментарий