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
          主站蜘蛛池模板: 东安县| 宜兰县| 元氏县| 乐清市| 岳西县| 宣汉县| 常熟市| 永顺县| 宿迁市| 梧州市| 基隆市| 通辽市| 乌恰县| 家居| 湖州市| 万宁市| 龙川县| 道孚县| 那坡县| 巴塘县| 富平县| 自治县| 泾阳县| 吉安市| 普宁市| 遂昌县| 偏关县| 社旗县| 特克斯县| 甘谷县| 仙桃市| 库车县| 沅江市| 清苑县| 永福县| 兴海县| 桦川县| 文成县| 东阳市| 巴彦县| 龙泉市|