Get FileDate?
Is it possible to get the filedate (date of creation) of a file?
with kind regards
Michael
Archive: Get FileDate?
Get FileDate?
Is it possible to get the filedate (date of creation) of a file?
with kind regards
Michael
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 :-)