Should be called when this file was renamed and renameTo could not be used (e.g. when renaming the entire sketch directory).
(File what)
| 190 | * be used (e.g. when renaming the entire sketch directory). |
| 191 | */ |
| 192 | protected void renamedTo(File what) { |
| 193 | file = what; |
| 194 | } |
| 195 | |
| 196 | /* |
| 197 | * Returns the filename include extension. |