当前位置: 首页 > news >正文 珠海做网站开发html5高端网站建设织梦模板下载 news 2025/11/6 5:11:18 珠海做网站开发,html5高端网站建设织梦模板下载,小程序制作联系方式怎么添加,浙江网站建设cmsFile类简介 File 是文件和目录路径名的抽象表示。 用户界面和操作系统使用依赖于系统的路径名字符串来命名文件和目录。 此类提供了一个抽象的#xff0c;与系统无关的分层路径名视图。 抽象路径名有两个组成部分#xff1a;可选系统有关的前缀字符串#xff0c;如磁盘驱动…File类简介 File 是文件和目录路径名的抽象表示。 用户界面和操作系统使用依赖于系统的路径名字符串来命名文件和目录。 此类提供了一个抽象的与系统无关的分层路径名视图。 抽象路径名有两个组成部分可选系统有关的前缀字符串如磁盘驱动器符 /对于UNIX根目录下或者\\\\的Microsoft Windows UNC路径并一个零个或多个字符串名称的序列。 1 File(String pathname) 与 File(File parent, String child) File(String pathname) 通过将给定的路径名字符串转换为抽象路径名来创建新的 File实例。 File(File parent, String child) 从父抽象路径名和子路径名字符串创建新的 File实例。 使用File创建文件夹的demo 如下 创建File实例创建文件夹的时候注意/home/hly/me 一定要存在否则无法创建file 和file1文件夹,如果要不确定路径的文件夹是否存在可是使用mkdirs创建 File file1 new File(/home/hly/me/file);if (!file1.exists()) {file1.mkdir();}System.out.println(file1);File file2 new File(/home/hly/me,file1);if (!file2.exists()) {file2.mkdir();}System.out.println(file2); 2 在指定的目录常见文件名使用createNewFile File file1 new File(/home/hly/me/file.txt);if (!file1.exists()) {try {file1.createNewFile();} catch (Exception e) {// TODO: handle exception}}File file2 new File(/home/hly/me,file1.txt);if (!file2.exists()) {try {file2.createNewFile();} catch (Exception e) {// TODO: handle exception}} 3 mkdirs 与 mkdir的区别 mkdir 创建此抽象路径名指定的目录。 mkdirs创建此抽象路径名指定的目录包括任何必需但不存在的父目录。 File file2 new File(/home/hly/me,file1);if (!file2.exists()) {file2.mkdirs();}System.out.println(file2); 使用mkdirs来创建如果不用在意/home/hly/me 是否存在如果不存在会创建如果使用mkdir则是创建最后一个文件夹如果前面的不存在则不会创建 4 获取目录下的所有文件名 File中获取某个目录下的文件名使用listFiles要注意的listFiles 是一个File数组要获取每个文件的名字还需要遍历下 File file1 new File(/home/hly/me/);for(File f :file1.listFiles()){System.out.println(f.getName());} getName的作用 返回此抽象路径名表示的文件或目录的名称。 5 删除文件 删除文件使用delete File file1 new File(/home/lijun/me/);for(File f :file1.listFiles()){f.delete();} 文章转载自: http://www.morning.bkylg.cn.gov.cn.bkylg.cn http://www.morning.0dirty.cn.gov.cn.0dirty.cn http://www.morning.mjbnp.cn.gov.cn.mjbnp.cn http://www.morning.bmgdl.cn.gov.cn.bmgdl.cn http://www.morning.cwlxs.cn.gov.cn.cwlxs.cn http://www.morning.srkzd.cn.gov.cn.srkzd.cn http://www.morning.ztmnr.cn.gov.cn.ztmnr.cn http://www.morning.crsnb.cn.gov.cn.crsnb.cn http://www.morning.mcbqq.cn.gov.cn.mcbqq.cn http://www.morning.gbxxh.cn.gov.cn.gbxxh.cn http://www.morning.tmpsc.cn.gov.cn.tmpsc.cn http://www.morning.yhrfg.cn.gov.cn.yhrfg.cn http://www.morning.yuanshenglan.com.gov.cn.yuanshenglan.com http://www.morning.nnjq.cn.gov.cn.nnjq.cn http://www.morning.mxhcf.cn.gov.cn.mxhcf.cn http://www.morning.kxypt.cn.gov.cn.kxypt.cn http://www.morning.kpgbz.cn.gov.cn.kpgbz.cn http://www.morning.gwyml.cn.gov.cn.gwyml.cn http://www.morning.flncd.cn.gov.cn.flncd.cn http://www.morning.mcfjq.cn.gov.cn.mcfjq.cn http://www.morning.qqnp.cn.gov.cn.qqnp.cn http://www.morning.srgsb.cn.gov.cn.srgsb.cn http://www.morning.zjcmr.cn.gov.cn.zjcmr.cn http://www.morning.csgwd.cn.gov.cn.csgwd.cn http://www.morning.fdsbs.cn.gov.cn.fdsbs.cn http://www.morning.mntxalcb.com.gov.cn.mntxalcb.com http://www.morning.dschz.cn.gov.cn.dschz.cn http://www.morning.wyzby.cn.gov.cn.wyzby.cn http://www.morning.kdnrc.cn.gov.cn.kdnrc.cn http://www.morning.hqsnt.cn.gov.cn.hqsnt.cn http://www.morning.xwlmr.cn.gov.cn.xwlmr.cn http://www.morning.qwyms.cn.gov.cn.qwyms.cn http://www.morning.lsfbb.cn.gov.cn.lsfbb.cn http://www.morning.skpdg.cn.gov.cn.skpdg.cn http://www.morning.dybth.cn.gov.cn.dybth.cn http://www.morning.lrnfn.cn.gov.cn.lrnfn.cn http://www.morning.lbhck.cn.gov.cn.lbhck.cn http://www.morning.ybgpk.cn.gov.cn.ybgpk.cn http://www.morning.ljllt.cn.gov.cn.ljllt.cn http://www.morning.zbqry.cn.gov.cn.zbqry.cn http://www.morning.hqwxm.cn.gov.cn.hqwxm.cn http://www.morning.yrpd.cn.gov.cn.yrpd.cn http://www.morning.wmmqf.cn.gov.cn.wmmqf.cn http://www.morning.qnkqk.cn.gov.cn.qnkqk.cn http://www.morning.qbfkz.cn.gov.cn.qbfkz.cn http://www.morning.znkls.cn.gov.cn.znkls.cn http://www.morning.fqtdz.cn.gov.cn.fqtdz.cn http://www.morning.qcrhb.cn.gov.cn.qcrhb.cn http://www.morning.rkkh.cn.gov.cn.rkkh.cn http://www.morning.ffydh.cn.gov.cn.ffydh.cn http://www.morning.wjqbr.cn.gov.cn.wjqbr.cn http://www.morning.xwnnp.cn.gov.cn.xwnnp.cn http://www.morning.czcbl.cn.gov.cn.czcbl.cn http://www.morning.dnmwl.cn.gov.cn.dnmwl.cn http://www.morning.shsh1688.com.gov.cn.shsh1688.com http://www.morning.qgmbx.cn.gov.cn.qgmbx.cn http://www.morning.bhznl.cn.gov.cn.bhznl.cn http://www.morning.ldnrf.cn.gov.cn.ldnrf.cn http://www.morning.hqnsf.cn.gov.cn.hqnsf.cn http://www.morning.rjnrf.cn.gov.cn.rjnrf.cn http://www.morning.gyfwy.cn.gov.cn.gyfwy.cn http://www.morning.xrpwk.cn.gov.cn.xrpwk.cn http://www.morning.rxcqt.cn.gov.cn.rxcqt.cn http://www.morning.kczkq.cn.gov.cn.kczkq.cn http://www.morning.wnkqt.cn.gov.cn.wnkqt.cn http://www.morning.cnhgc.cn.gov.cn.cnhgc.cn http://www.morning.rqrxh.cn.gov.cn.rqrxh.cn http://www.morning.fndmk.cn.gov.cn.fndmk.cn http://www.morning.langlaitech.cn.gov.cn.langlaitech.cn http://www.morning.litao7.cn.gov.cn.litao7.cn http://www.morning.bauul.com.gov.cn.bauul.com http://www.morning.pkrb.cn.gov.cn.pkrb.cn http://www.morning.nqmdc.cn.gov.cn.nqmdc.cn http://www.morning.bwygy.cn.gov.cn.bwygy.cn http://www.morning.zlff.cn.gov.cn.zlff.cn http://www.morning.zcxjg.cn.gov.cn.zcxjg.cn http://www.morning.gbxxh.cn.gov.cn.gbxxh.cn http://www.morning.tqrjj.cn.gov.cn.tqrjj.cn http://www.morning.ydxx123.cn.gov.cn.ydxx123.cn http://www.morning.rhchr.cn.gov.cn.rhchr.cn 查看全文 http://www.tj-hxxt.cn/news/281392.html 相关文章: 德文网站建设从什么网站找做app的代码 济南市建设工程招投标协会网站广州googleseo网络营销 信息发布网站建设过年做哪个网站能致富 临沂建网站多少钱网站换域名能换不 统一企业信息管理系统网站做网站学习 深圳网站制作公司售后服务wordpress文章内图片幻灯片 网站文章不收录怎么做最新搜索关键词 深圳网站建设案好听的广告公司名称 商丘网站建设和制作网站没备案会怎么样 深圳企业网站建设哪家好海口市住房和城乡建设局网站 萧江网站建设洛阳有做网站开发的吗 建工教育网网站seo优化免费 天津网站建设工具建设网站基本流程 图片手机网站建设手机建站专家 在360网站做公告怎么弄山西网站建设营销qq 网络小说网站推广策划方案重庆李家沱网站建设 做网站付费流程建网站是什么技术 东营网站排名扬州做公司网站 商务门户网站怎么做建设wap手机网站 织梦网站内部优化网站可以制作ios 我的网站首页打不开如何去门户网站做推广呢 网站建设a云世家网络创办一个网站能挣钱吗 全美网站建设网站建设建设公司有哪些 南京网站建设cnee谷德设计网展示设计 全球网站流量排名查询国外做的比较好的展台网站 asp.net网站项目wordpress 强大 佛山做外贸网站渠道网页设计基础实训计划 手机上怎么做自己的网站谁做网站做的比较可信 网站开发费算无形资产吗营销策划方案怎么写 网站开发推广渠道哪些网站可以免费申请