提供有关当前环境和平台的信息以及操作它们的方法. 此类不能被继承. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace 测试 { class Program { static void Main(string[] args) { String str; String nl = Environment.New
private void button1_Click(object sender, EventArgs e) { var path=Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData); MessageBox.Show("路径:"+path); var dir = path + "\\edutools\\"; if (!Directory.Exists(dir)) { D