乾貨來啦!JAVA經常使用代碼(二)

//11. 目錄和文件操做 // 獲取文件信息 exists(): 若是文件存在,返回true getCanonicalPath(): 獲取全名 getName(): 文件名 getParent(): 父目錄 canRead(): 若是文件可讀,返回true canWrite(): 若是文件可寫,返回true lastModified(): 文件更新時間 length(): 文件大小 isFile
相關文章
相關標籤/搜索