This function almost certainly does not do the thing you want it to. The data path is handled differently on each platform, and should not be considered a location to write files. It should also not be assumed that this location can be read from or listed. This function is used internally as
(String where)
| 8096 | * platforms. |
| 8097 | */ |
| 8098 | public String dataPath(String where) { |
| 8099 | return dataFile(where).getAbsolutePath(); |
| 8100 | } |
| 8101 | |
| 8102 | |
| 8103 | /** |
no test coverage detected