码迷,mamicode.com
首页 > 其他好文 > 详细

File

时间:2015-07-20 12:37:30      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:

 

文件的属性读取:

exists

isFile

isDirectory

createNewFile

delete

renameTo文件夹处于同一个分区

getName

getPath相对路径

getAbsolutePath绝对路径

getParent 

lehgth()

isHidden()

canRead()

canWrite()

isDirectory()

文件设置:

setWritable()

setReadable()

setReadonly() 

 

遍历文件夹:

if(file.isDirctory){File next[] = file.listFiles();}

File

标签:

原文地址:http://www.cnblogs.com/hzwcoming/p/4660717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!