摘要: 读取INI代码 做的不对 练习 记录错误使用:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;using System.Runtime.InteropServices;namespace GHGD.UI{ public partial class FrmBa... 阅读全文
posted @ 2013-09-27 17:32 meimao5211 阅读(556) 评论(0) 推荐(0)
摘要: if (Directory.Exists(Server.MapPath(~/upimg/hufu)) == false)//如果不存在就创建file文件夹{Directory.CreateDirectory(Server.MapPath(~/upimg/hufu));}//Directory.Delete(Server.MapPath(~/upimg/hufu), true);//删除文件夹以及文件夹中的子目录,文件//判断文件的存在if (File.Exists(Server.MapPath(~/upimg/Data.html))){Response.Write(Yes);//存在文件}el 阅读全文
posted @ 2013-09-27 11:30 meimao5211 阅读(2661) 评论(0) 推荐(0)