Changes between Initial Version and Version 3 of Ticket #1183
- Timestamp:
- Sep 18, 2009, 4:48:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1183
- Property Resolution → Works For Me
- Property Status new → closed
-
Ticket #1183 – Description
initial v3 5 5 6 6 Script used for testing: 7 7 {{{ 8 8 $sFilename="C:\Test\file.zip" 9 9 If FileExists($sFilename) Then … … 16 16 MsgBox(4096, "Test", FileSetTime($sFilename, "20031101", 0, 0)) 17 17 endif 18 18 }}} 19 19 Results: correct Timestamp, 1, correct Timestamp, 0 20 20 Comment: same file, same attributes
