Changes between Initial Version and Version 3 of Ticket #1183
- Timestamp:
- 09/18/09 16:48:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1183
- Property Status changed from new to closed
- Property Resolution changed from to Works For Me
-
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