Returns the path to the directory that contains the last file opened or saved, or null if a file has not been opened or saved.
()
| 282 | /** Returns the path to the directory that contains the last file |
| 283 | opened or saved, or null if a file has not been opened or saved. */ |
| 284 | public static String getLastDirectory() { |
| 285 | return lastDir; |
| 286 | } |
| 287 | |
| 288 | /** Sets the path to the directory containing the last file opened by the user. */ |
| 289 | public static void setLastDirectory(String dir) { |
no outgoing calls
no test coverage detected