Alias for getDirectory().
(String title)
| 2022 | |
| 2023 | /** Alias for getDirectory(). */ |
| 2024 | public static String getDir(String title) { |
| 2025 | return getDirectory(title); |
| 2026 | } |
| 2027 | |
| 2028 | |
| 2029 | /** Displays an open file dialog and returns the path to the |
no test coverage detected