private static String getTempPath(final String filename) {
   return HcUtil.formFilepath(HcUtil.getTempDirectoryName(), filename);
 }