EyeofHeaven

坚持不懈,奋斗不息,我要成功!

导航

java中的IFile及其path

IFile类的路径函数

getLocation(),继承自IResource,得到在于文件系统中的绝对路径
getLocationURI(),继承自IResource:,file:/D:。。。。。
getFullPath()重写了IResourcegetFullPath,得到包含所在工程名称的路径(AbsolutePath),例如:/rr/firstLayerFolder/default.shapes_diagramrr是工程名称
file.getProjectRelativePath(),继承自IResource,得到相对于所在工程的路径(relativePath),例如:firstLayerFolder/default.shapes_diagram,前面没有“/”,也不包含工程名称

 

 

posted on 2008-05-25 22:48  EyeOfHeaven  阅读(815)  评论(0编辑  收藏  举报