阶段二28_面向对象高级_File[构造方法,创建功能,File类删除功能,File类判断和获取功能,listFiles()]
知识:(1)File:构造方法:File(Stringpathname),File(Stringparent,Stringchild),File(Fileparent,Stringchild)相对路径和绝对路径:newFile(“D:\\itheima\\a.txt”);newFile(“模块名\\a.txt”);创建功能:createNewFile(),mkdir(),mkdirs()File类