首页 > 其他 > 详细

关于File.getPath,File.getAbsolutePath,File.getCanonicalPath的区别

时间:2014-03-28 15:44:21      阅读:452      评论:0      收藏:0      [点我收藏+]

这个问题, 不了解一下还是挺恍惚它们之间的区别的. 

其实也挺简单的.

getPath()-->>new File()时的路径

getAbsolutePath()-->>当前路径+new File()时的路径

getCanonicalPath()-->>规范路径真正意义的绝对路径

这里面的文章主要还是只new File()的时候加入了"."和".."如何用了这2个. getAbsolutePath()就是如上面解释的一样.而getCanonicalPath()会把"."和".."翻译过来.

就是这么简单.

关于File.getPath,File.getAbsolutePath,File.getCanonicalPath的区别,布布扣,bubuko.com

关于File.getPath,File.getAbsolutePath,File.getCanonicalPath的区别

原文:http://www.cnblogs.com/fangyucun/p/3630163.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!