Esempio n. 1
0
 public static String impJob(File fi, String date, String tags) {
   if (date == null) date = Storage.curDate();
   if (tags == null) tags = Storage.NEW_TAG;
   return IMPORT_FLAG + "," + fi.getAbsolutePath() + "," + date + "," + tags;
 }