摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //设置所要创建文件的绝对路径 string f_path = @"C:\file.jpg"; //以路径为参数创建文件 ... 阅读全文
posted @ 2014-01-21 13:54 LiuHuaTao 阅读(215) 评论(0) 推荐(0)