コード例 #1
0
 private String getTimeStamp() {
   if (!myFile.isValid()) return "";
   return Long.toString(myFile.getTimeStamp());
 }