码迷,mamicode.com
首页 > 其他好文 > 详细

FILe

时间:2014-05-21 04:57:31      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:class   c   java   a   int   string   

import java.io.*;
class Main{


public static void main(String[] args) throws IOException{

File path=new File("D:\\jlp1\\jlp2");
File file=new File(path,"jlp.java");
path.mkdirs();
file.createNewFile();


System.out.println("It‘s OK.");
}
}

FILe,布布扣,bubuko.com

FILe

标签:class   c   java   a   int   string   

原文地址:http://www.cnblogs.com/lpjia/p/3739430.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!