cczlg 发表于 2013-2-7 00:56:21

[导入]JAVA删除文件夹

public static boolean delFile(String path){
         //String s = "D:\\txt\\inBuffer\\"+ fileInfo +"\\" + fileID;//文件的绝对路径
         File file = new File(path);
         boolean d=false;
         if(
文章来源:http://www.itshehui.com/forum.php?mod=viewthread&tid=856
页: [1]
查看完整版本: [导入]JAVA删除文件夹