========================================================================
We try to create an On/Off counter. This tool needs below function.
1. Record how many times does the tool runs. We use the Log file exist or not to determine the application has been run or not.
2. The tool run like below pictures. The tool will create the log file when tool has been run.
3. The log file includes below information.
4. The log file will update the last test time and total count.
中文
========================================================================
撰寫簡單的開關機計數器,此程式可能需要下列的功能:
1. 紀錄程式執行的次數。
此部分用先判斷程式是否有先被執行過(如果有執行過,表示 Log.txt 檔案存在),接著就是更改檔案最後一筆執行的時間和總共執行的次數
2. 程式執行結果。
第一次執行程式會判斷是否有 Log.txt 檔案,如果沒有,就創立一個 Log.txt
3. Log 檔案的內容,紀錄程式第一次執行時間、最後一次執行時間和執行次數。
4. 當程式執行多次後,Log檔案的內容變更如下圖。