.NET Framework 2.0 大大增强了 Application 的功能,使得编写 WinForm程序更加容易。只是和
注:第一次获取这些属性时,如果对应的文件路径或注册表路径不存在,都将自动创建这些路径。其中1.0.0是程序版本号。
LocalUserAppDataPath:C:\Documents andSettings\Administrator\Local Settings\ApplicationData\公司名称\程序名称\1.0.0
UserAppDataPath:C:\Documents and Settings\Administrator\ApplicationData\公司名称\程序名称\1.0.0
UserAppDataRegistry:HKEY_CURRENT_USER\Software\公司名称\程序名称\1.0.0
CommonAppDataPath:C:\Documents and Settings\All Users\ApplicationData\公司名称\程序名称\1.0.0
CommonAppDataRegistry:HKEY_LOCAL_MACHINE\Software\公司名称\程序名称\1.0.0