Skip to content
⌘ NSIS Forum Archive

Get FileDate?

3 posts

FoCus-CoDe#

Get FileDate?

Is it possible to get the filedate (date of creation) of a file?

with kind regards
Michael
kichik#
Use GetFileTime, it gets the last written time. If you want to get the creation date you need to use a System.dll call. There are some pages about times and file times in the Archive, one of them must be related and can be used as an example.