欢迎来到天天文库
浏览记录
ID:21730554
大小:328.81 KB
页数:10页
时间:2018-10-24
《c#中获取程序的当前路径的方法 》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、录。Environment.SpecialFolder.ApplicationDataCommonApplicat
2、^^^■ionDataCommonProgramFilesCookiesPeskto^^^^BStartMenuStartupTemplatesSystemSyst^^B
3、stNn^^at^^^yste^^^j^cto^GetCu^nt^^cto^(k^vimnmen^J
4、tory.GetCurrentDirectory()AppDomain.CurrentDomain.BaseDirec
5、tory这国^K^bMap^path^SSfflSw^^ScS^^^H答案一pplication.pat答案二entdomain.basedifectoiy;}Is^^^^^^^^^^paH^^ppdomah^urwntdorr^h^asedii^tor^^binK^^^^}C#^^^@^^g^fl^^^^s^w^ebforn^^Reques^hyslicalApplicationPath获取站点所在虚拟R荣的物理路径,最后包含“”;2.c#winform用A:“Application.Startup
6、Path”:获取当前应用程序所在目录的路径,最后不含“”;B:“Application.ExecutablePath”:获取当前应用程序文件的路径,包含文件的名称;C:“AppDomain.CurrentDomain.BaseDirectory”:获取当前应用程序所在目录的路径,最后包含“”;D:“System.Threading.Thread.GetDomain().BaseDirectory”:获取当前应用程序所在R录的路径,最后包含“”;E:“Environment.CurrentDirec
7、tory”:获取当前应用程序的路径,最后不包含“”;F:“System」0.Directory.GetCurrentDirectory”:获取当前应用程序的路径,最后不包含“”;3.c#windowsservice用“AppDomain.CurrentDom
8、ain.BaseDirectory”或“System.Threading.Thread.GetDomain().Basepplication.StartupPath”或“Application.ExecutablePath需要手动添加对“Sy
9、stem.Windows.Forms.dII”的引用,并在程序开头用“usingSystem.Windk/获取新的Process组件并将其与当前活动的进程关联的主模块的完整路径,也含文件名(进程名)。stringstr=System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;resuit:X:xxxxxxxxx.exe(.exe文件所■完令限定路径。stringstr=System.Environment.Current
10、Directory;resuItJ探测程序集。stringstr=System.AppDomain.CurrentDomain.BaseDirectory;
11、//获取和设置包含该应用程序的目录的名称。stringstr=System.AppDom//获取启动了应用程序的可执行文件的路径,不包括可执行文件的名称。stringr=System.Windows.Forms.Application.ExecutablePath;result:X:xxxxxxx以获取应用程/t;的•当前工作FI荣。stri
12、ngstr=System.lO.Directory.GetCurrentDirectory();result:X:xxxxxx(.exe文件所在的目录)Windows平台与WinCE平台下,获取当前路径的方法却不一样,现把本人的经验写在下面,卜‘面的“CurrentPath”属性可以获取应用程序的当前路径,经测试,在WinXP与WinCE下均正常运行。PS:可以写成静态方法,编译到动态库里,到处都可以用了。ublicclassConfigs!privatestringm_CurrentPath;pr
13、ivatestringPlatformet{returnEnvironment.OSVersion.Platform.ToString();}}ublicstrinqCurrentPathetf(Platform.Equals("WinCE?publicConfigsc#屮获取程序当前路径的集屮方法stringstr1=Process.GetCurrentProcess().MainModule.FileName;//可获得当如果该进程在本
此文档下载收益归作者所有