Time plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) No edit summary |
Instructor (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
Download v1. | Download v1.1:<br> | ||
<attach>Time.zip</attach> | <attach>Time.zip</attach> | ||
Line 15: | Line 15: | ||
*Get file/directory creation, last write, last access times | *Get file/directory creation, last write, last access times | ||
*Set file/directory creation, last write, last access times | *Set file/directory creation, last write, last access times | ||
*Compare times | |||
Revision as of 18:54, 27 October 2005
Author: Instructor (talk, contrib) |
Links
Download v1.1:
Time.zip (63 KB)
Discussion:
Forum thread
Description
Features:
- Get local time
- Set local time
- Get file/directory creation, last write, last access times
- Set file/directory creation, last write, last access times
- Compare times
Notes:
- All times in "dd.MM.yyyy hh:mm:ss" format (e.g. "01.01.2006 23:59:59")
- Win95/Win98/WinMe: Time set for directory is not supported
!! If you know assembler you can help to implement time set for directory in Win95/Win98/WinMe: link