zhyiwww
          用平實的筆,記錄編程路上的點點滴滴………
          posts - 536,comments - 394,trackbacks - 0

          This example gets the last modified time of a file or directory and then sets it to the current time.

          				
          						 File file = new File("filename");
              
              // Get the last modified time
              long modifiedTime = file.lastModified();
              // 0L is returned if the file does not exist
              
              // Set the last modified time
              long newModifiedTime = System.currentTimeMillis();
              boolean success = file.setLastModified(newModifiedTime);
              if (!success) {
                  // operation failed.
              }
          				
          		


          |----------------------------------------------------------------------------------------|
                                     版權聲明  版權所有 @zhyiwww
                      引用請注明來源 http://www.aygfsteel.com/zhyiwww   
          |----------------------------------------------------------------------------------------|
          posted on 2006-06-13 12:02 zhyiwww 閱讀(343) 評論(0)  編輯  收藏 所屬分類: code demo -java
          主站蜘蛛池模板: 安溪县| 土默特左旗| 建昌县| 托克逊县| 长子县| 嘉峪关市| 枣庄市| 三河市| 仙居县| 鄂温| 大丰市| 邓州市| 隆林| 西和县| 红桥区| 前郭尔| 镇远县| 定西市| 金沙县| 高青县| 乡宁县| 台湾省| 芒康县| 洞口县| 西丰县| 泽普县| 巴青县| 喀喇沁旗| 镇康县| 平阳县| 盐池县| 靖江市| 柳州市| 竹北市| 朔州市| 太和县| 永春县| 集安市| 四子王旗| 象山县| 山阴县|