摘要:
/** * 删除文件 * * @param comp * @param filename 如:ctt.txt * @throws Exception */public static void deleteFile(CompanyInfo comp, String filename) {String path = Global.getProperty(Constant.system_company_site_dir) + comp.getDomain(); // 取得静态工程的路径并加上对应的公司2级域名String oldFileStr = path + filename; //得到文件的全. 阅读全文
posted @ 2013-09-16 14:22
xiao甜
阅读(330)
评论(0)
推荐(0)
浙公网安备 33010602011771号