Message 1 of 4
any way to see when an drawing is last save ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need the last day an drawing was save. I use Datelastmodified
but that does not work if an files is downloaded from vault sind that date will be sat to the download date and not last time it was save.. Createdate seems to be lock to last time if was check in , så I can not use that ... you see if I have make an change after and have not check it is jet.. any idears ?
Dim oDate1 As DateTime oFS = CreateObject("Scripting.FileSystemObject") 'Dato for hvornår den sidste er blevet ændret oDate1 = oFS.GetFile(idwPathName).DateLastModified