(String fn)
| 74 | // ============================================================================= |
| 75 | |
| 76 | public static String DownloadFileName(String fn) { |
| 77 | return FS.getWriteDir() + "/" + fn; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * CL_CheckOrDownloadFile returns true if the file exists, |
no test coverage detected