()
| 24 | |
| 25 | |
| 26 | public static String rootPath(){ |
| 27 | if("".equals(rootPath)){ |
| 28 | readPath(); |
| 29 | } |
| 30 | return rootPath; |
| 31 | } |
| 32 | public static String defaultExternalDirectory(){ |
| 33 | if("".equals(defaultExternalDirectory)){ |
| 34 | readPath(); |
no test coverage detected