| getAbsolutePath() | ใช้คืนค่า absolute path ของ file หรือ folder |
|---|
method:getAbsolutePath ();
return type:String
content:ใช้คืนค่า absolute path ของ file หรือ folder
example:File file = new File ( "C:/project/bamboo.txt" ); String absolute_path = file.getAbsolutePath ();