Get custom bio file set path @param usePath @return custom bio file set path
(final boolean usePath)
| 75 | * @return custom bio file set path |
| 76 | */ |
| 77 | public static String customBioSetFilePath(final boolean usePath) |
| 78 | { |
| 79 | return getCustomPath("BioSet", usePath); |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * Get customClassFilePath |
no test coverage detected