[导入]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]