Reference/GetFileTime: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=GetFileTime= filename user_var(high dword output) user_var(low dword output) Gets the last write time of "filename". Sets the user output variables with the high and low dwor...") |
mNo edit summary |
||
| Line 4: | Line 4: | ||
Gets the last write time of "filename". Sets the user output variables with the high and low dwords of the timestamp on success; on failure the outputs are empty and the error flag is set. | Gets the last write time of "filename". Sets the user output variables with the high and low dwords of the timestamp on success; on failure the outputs are empty and the error flag is set. | ||
''Command introduced with NSIS v1.60'' | |||
Latest revision as of 20:37, 4 June 2013
GetFileTime
filename user_var(high dword output) user_var(low dword output)
Gets the last write time of "filename". Sets the user output variables with the high and low dwords of the timestamp on success; on failure the outputs are empty and the error flag is set.
Command introduced with NSIS v1.60