window form获取获取程序目录:
AppDomain.CurrentDomain.BaseDirectory.ToString()
window moble form 获取获取程序目录:
Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)
网站题目:windowform和windowmobleform获取程序目录的区别
网站链接:
http://cdweb.net/article/ijchis.html