| getRealPath() | ใช้คืนค่า Path ของ File ที่กำหนด (Path ทั้งหมดตั้งแต่ Root) |
|---|
method:getRealPath ( object_string_filename );
return type:String
special:static
content:ใช้คืนค่า Path ของ File ที่กำหนด (Path ทั้งหมดตั้งแต่ Root)
example:String real_path = application.getRealPath ( “panda.jsp” );