摘要:
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.io.File myFilePath = 阅读全文
posted @ 2007-11-16 13:54
路大侠
阅读(327)
评论(0)
推荐(0)

浙公网安备 33010602011771号