Returns the path of this file. @return this file's path.
()
| 735 | * @return this file's path. |
| 736 | */ |
| 737 | public String getPath() { |
| 738 | return path; |
| 739 | } |
| 740 | |
| 741 | /** |
| 742 | * Returns an integer hash code for the receiver. Any two objects for which |
no outgoing calls
no test coverage detected