标签:
实例话file类的对象
File file=new File("d:/mydoc/hello.txt")
文件名:fileMethod.java
相对路径:fileMethod.java file.getPath();
绝对路径:D:\ddd\xxxx\fileMethod.java file.getAbsolutePath();
相对路径也可以是绝对路径。它是根据File("d:/mydco.....")决定的 所以也可以是绝对路径:D:/ddd/xxxx/fileMethod.java
标签:
原文地址:http://www.cnblogs.com/JesseCary/p/4504550.html