()
| 182 | |
| 183 | /// Gets the absolute path of the file as a string, |
| 184 | public String getAbsolutePath() { |
| 185 | return path; |
| 186 | } |
| 187 | |
| 188 | /// Gets the absolute file - which is always itself, since `#isAbsolute()` always returns true. |
| 189 | /// |
no outgoing calls
no test coverage detected