@return the File object if the file exists, else null
()
| 126 | * @return the {@link File} object if the file exists, else {@code null} |
| 127 | */ |
| 128 | public File getFile() { |
| 129 | return fileObject_; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * @return the fileName |
no outgoing calls