摘要: import java.io.*; public class FileOperate { public FileOperate() { } /** * 新建目录 * * @param folderPath * String 如 c:/fqf * @return boolean */ public void newFolder(String folderPath) { try { String filePath = folderPath; filePath = filePath.toString(); java.i... 阅读全文
posted @ 2012-04-12 12:58 sfshine 阅读(273) 评论(0) 推荐(0)