摘要:
一: //文件原地址 File oldFile = new File("c:/test.xls"); //文件新(目标)地址 String newPath = "c:/test/"; //new一个新文件夹 File fnewpath = new File(newPath); //判断文件夹是否存在 if(!fnewpath.exists()) fnewpath.mkdirs()... 阅读全文
posted @ 2009-02-09 14:39
白开水皮皮
阅读(5059)
评论(0)
推荐(0)
浙公网安备 33010602011771号