[js][cs4] How do I access a link modified date using a script
When I interactive check a link's Info, the modified date is Tuesday, January 17, 2012 7:18 but my script returns the date the link was last updated instead of the file's date. For instance it may be yesterday's date even though the file was updated a few minutes ago.
I've tried docRef.links.linkXmp.properties.modificationDate and docRef.links.date but I can't seem to check the link's file date.
I was able to get the date using vb script but I'm wanting to use JSON to information to re-link to different files depending up conditions.