Returns the selected directory.
()
| 234 | |
| 235 | /** Returns the selected directory. */ |
| 236 | public String getDirectory() { |
| 237 | lastDir = dir; |
| 238 | return dir; |
| 239 | } |
| 240 | |
| 241 | /** Returns the selected file name. */ |
| 242 | public String getFileName() { |
no outgoing calls
no test coverage detected