开发者

What is the Windows CE equivalent of Application.StartupPath?

I'm adding code to a program created to be used on Windows CE. My current problem is that Application.Start开发者_如何学GoupPath isn't recognized. What is the Equivalent line of code I need to use?


You can retrieve it by

Path.GetDirectoryName (Assembly.GetExecutingAssembly ().GetName ().CodeBase);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜