0

I'm trying to get the LocalAppData default folder for my program

But this only works for FrameWork 4.5:

ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoaming).FilePath

I need a way to do it in Framework 3.5 and framework 4.0.

PS: In VB.NET

Thankyou for read.

4

1 に答える 1

1

このメソッドは、.NETFramework2.0から定義されています。

http://msdn.microsoft.com/en-en/library/ms134265(v =vs.110).aspx =>バージョン情報を参照してください

よろしく、イェルク

于 2013-03-18T15:48:37.890 に答える