Reference/GetFileTime
From NSIS Wiki
Jump to navigationJump to search
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