c# 获取当前系统用户的桌面代码
星期六, 七月 24th, 2010
string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
一句话搞定。
星期六, 七月 24th, 2010
string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
一句话搞定。
Posted in code | 3 Comments »