Is it possible to get the filedate (date of creation) of a file?
with kind regards
Michael
Get FileDate?
3 posts
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.
Ok, thanks a lot :-)