随笔分类 -  file

文件操作大全
摘要:文件的建立/检查与删除<%@ page contentType="text/html;charset=gb2312"%><%@ page import="java.io.*"%><html><head><title>文件的建立、检查与删除</title></head><body><%String path=request.getRealPath("");//out.println(path);File f=new File(path, 阅读全文
posted @ 2011-11-09 09:35 方坚.cn 阅读(617) 评论(0) 推荐(2)