Gets the default user directory. @return the user directory
()
| 403 | * @return the user directory |
| 404 | */ |
| 405 | public static String getUserDirectory() { |
| 406 | String userDir = System.getProperty("user.dir", "."); //$NON-NLS-1$ //$NON-NLS-2$ |
| 407 | return userDir; |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Gets the path of the directory containing the specified file. |
no test coverage detected